diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 12:03:44 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-21 12:03:44 -0500 |
commit | bc32a96ee2d776eb2cf1af6e67f940afad589dce (patch) | |
tree | 6ee4a86fba4f1a25eec1033cf874cb81da92a8c6 /tests | |
parent | 1902911c18a863ca285c53ae323e233119cf0d86 (diff) | |
parent | 967a5479db7d280255f669102f045076e09420d8 (diff) | |
download | ayatana-indicator-power-bc32a96ee2d776eb2cf1af6e67f940afad589dce.tar.gz ayatana-indicator-power-bc32a96ee2d776eb2cf1af6e67f940afad589dce.tar.bz2 ayatana-indicator-power-bc32a96ee2d776eb2cf1af6e67f940afad589dce.zip |
sync with lp:indicator-power
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-device.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-device.cc b/tests/test-device.cc index 1d10b5b..81e8a22 100644 --- a/tests/test-device.cc +++ b/tests/test-device.cc @@ -713,7 +713,7 @@ TEST_F(DeviceTest, ChoosePrimary) devices.push_back(indicator_power_device_new(desc.path, desc.kind, desc.percentage, desc.state, (time_t)desc.time)); const struct { - std::vector<unsigned> device_indices; + std::vector<unsigned int> device_indices; Description expected; } tests[] = { |