more precise description
authorAnssi Kostiainen <anssi.kostiainen@nokia.com>
Fri, 02 Nov 2012 13:32:16 +0100
changeset 268 999605452b3b
parent 267 3aff84243990
child 269 20ab51fe20f3
more precise description
battery/tests/submissions/anssik/battery-full.html
--- a/battery/tests/submissions/anssik/battery-full.html	Wed Oct 31 14:31:52 2012 +0100
+++ b/battery/tests/submissions/anssik/battery-full.html	Fri Nov 02 13:32:16 2012 +0100
@@ -37,7 +37,7 @@
       
       test(function() {
         assert_true(navigator.battery.level === 1.0);
-      }, 'The level attribute must be set to the current battery level scaled from 0 to 1.0.');
+      }, 'The level attribute must be set to the value 1.0.');
       
     })();
     </script>