You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/09/19 20:14:45 UTC

spec commit: Comment out globalization tests until all platforms support them

Updated Branches:
  refs/heads/master 45a192ac0 -> 80e69c2e5


Comment out globalization tests until all platforms support them


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/80e69c2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/80e69c2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/80e69c2e

Branch: refs/heads/master
Commit: 80e69c2e5d49f9cbda974313400d3d527ad09e0a
Parents: 45a192a
Author: Simon MacDonald <si...@gmail.com>
Authored: Wed Sep 19 14:12:43 2012 -0400
Committer: Simon MacDonald <si...@gmail.com>
Committed: Wed Sep 19 14:13:07 2012 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/80e69c2e/autotest/pages/all.html
----------------------------------------------------------------------
diff --git a/autotest/pages/all.html b/autotest/pages/all.html
index 53260c2..d780338 100644
--- a/autotest/pages/all.html
+++ b/autotest/pages/all.html
@@ -54,7 +54,7 @@
   <script type="text/javascript" src="../tests/file.tests.js"></script>
   <script type="text/javascript" src="../tests/filetransfer.tests.js"></script>
   <script type="text/javascript" src="../tests/geolocation.tests.js"></script>
-  <script type="text/javascript" src="../tests/globalization.tests.js"></script>
+  <!-- script type="text/javascript" src="../tests/globalization.tests.js"></script -->
   <script type="text/javascript" src="../tests/media.tests.js"></script>
   <script type="text/javascript" src="../tests/network.tests.js"></script>
   <script type="text/javascript" src="../tests/notification.tests.js"></script>