- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 30 Oct 2012 13:40:41 +0000
- To: public-dap-commits@w3.org
changeset: 259:134d5ff031c6
tag: tip
user: Anssi Kostiainen <anssi.kostiainen@nokia.com>
date: Tue Oct 30 14:42:08 2012 +0100
files: battery/tests/submissions/anssik/battery-charging.html
description:
fix the test description
diff -r 5822274a0262 -r 134d5ff031c6 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);
Received on Tuesday, 30 October 2012 13:40:47 UTC