aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-21 12:03:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-21 12:03:44 -0500
commitbc32a96ee2d776eb2cf1af6e67f940afad589dce (patch)
tree6ee4a86fba4f1a25eec1033cf874cb81da92a8c6 /tests
parent1902911c18a863ca285c53ae323e233119cf0d86 (diff)
parent967a5479db7d280255f669102f045076e09420d8 (diff)
downloadayatana-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.cc2
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[] = {