You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/07/30 21:19:42 UTC

spec commit: CB-7233 [BlackBerry10] Globalization is now supported

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 4f5e993de -> 647bdb100


CB-7233 [BlackBerry10] Globalization is now supported


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

Branch: refs/heads/master
Commit: 647bdb100c1c1e4e692e1a51ced27e42e36856be
Parents: 4f5e993
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Wed Jul 30 15:19:19 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Wed Jul 30 15:19:19 2014 -0400

----------------------------------------------------------------------
 www/autotest/tests/globalization.tests.js | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/647bdb10/www/autotest/tests/globalization.tests.js
----------------------------------------------------------------------
diff --git a/www/autotest/tests/globalization.tests.js b/www/autotest/tests/globalization.tests.js
index ddc7c3c..d540987 100644
--- a/www/autotest/tests/globalization.tests.js
+++ b/www/autotest/tests/globalization.tests.js
@@ -18,11 +18,6 @@
 */
 describe('Globalization (navigator.globalization)', function () {
 
-    //not supported on bb10
-    if (cordova.platformId === 'blackberry10') {
-        return;
-    }
-
     it("globalization.spec.1 should exist", function() {
         expect(navigator.globalization).toBeDefined();
     });