fix the test description
authorAnssi Kostiainen <anssi.kostiainen@nokia.com>
Tue, 30 Oct 2012 14:42:08 +0100
changeset 259 134d5ff031c6
parent 258 5822274a0262
child 260 177c373d0b4c
fix the test description
battery/tests/submissions/anssik/battery-charging.html
--- a/battery/tests/submissions/anssik/battery-charging.html	Thu Oct 18 14:14:36 2012 +0200
+++ b/battery/tests/submissions/anssik/battery-charging.html	Tue Oct 30 14:42:08 2012 +0100
@@ -29,7 +29,8 @@
       
       test(function() {
         assert_true(navigator.battery.chargingTime < Infinity);
-      }, 'The chargingTime attribute must be set to the value positive Infinity if the battery is discharging');
+      }, 'The chargingTime attribute must be set to the time remaining in ' +
+      'seconds until the system\'s battery is completely charged.');
       
       test(function() {
         assert_true(navigator.battery.dischargingTime === Infinity);