From 90f4785b783466015127e1d37627ee81de182f2f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 23 Aug 2013 12:10:26 -0500 Subject: update the tests to look at the 24 hour threshold --- tests/test-device.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test-device.cc') diff --git a/tests/test-device.cc b/tests/test-device.cc index 130ef16..0ccd8d1 100644 --- a/tests/test-device.cc +++ b/tests/test-device.cc @@ -523,12 +523,12 @@ TEST_F(DeviceTest, Labels) "(50%)", "Battery (1 hour 1 minute left, 50%)"); - // discharging, > 12 hours left - // we don't show the clock time when > 12 hours dischargin + // discharging, > 24 hours left + // we don't show the clock time when > 24 hours discharging g_object_set (o, INDICATOR_POWER_DEVICE_KIND, UP_DEVICE_KIND_BATTERY, INDICATOR_POWER_DEVICE_STATE, UP_DEVICE_STATE_DISCHARGING, INDICATOR_POWER_DEVICE_PERCENTAGE, 50.0, - INDICATOR_POWER_DEVICE_TIME, guint64(60*60*13), + INDICATOR_POWER_DEVICE_TIME, guint64(60*60*25), NULL); check_label (device, "Battery"); check_header (device, "(50%)", -- cgit v1.2.3