You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/04/10 00:40:29 UTC

[12/34] wp7 commit: include battery tests in 'all'

include battery tests in 'all'


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/98d1e3b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/98d1e3b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/98d1e3b1

Branch: refs/heads/master
Commit: 98d1e3b19a75a777c47b2f0b9b8459e7dfac9ed5
Parents: 859bd02
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Apr 9 11:47:14 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Apr 9 11:47:14 2012 -0700

----------------------------------------------------------------------
 .../www/autotest/pages/all.html                    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98d1e3b1/tests/MobileSpecUnitTests/www/autotest/pages/all.html
----------------------------------------------------------------------
diff --git a/tests/MobileSpecUnitTests/www/autotest/pages/all.html b/tests/MobileSpecUnitTests/www/autotest/pages/all.html
index 21a3264..289f1ed 100644
--- a/tests/MobileSpecUnitTests/www/autotest/pages/all.html
+++ b/tests/MobileSpecUnitTests/www/autotest/pages/all.html
@@ -37,10 +37,10 @@
     <script type="text/javascript" src="../tests/storage.tests.js"></script>
 
 
-
+    <script type="text/javascript" src="../tests/battery.tests.js"></script>
     <!--
     <script type="text/javascript" src="../tests/contacts.tests.js"></script>
-    <script type="text/javascript" src="../tests/battery.tests.js"></script>
+    
     <script type="text/javascript" src="../tests/media.tests.js"></script>
     <script type="text/javascript" src="../tests/file.tests.js"></script>