You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/05/08 21:55:05 UTC

spec commit: CB-6659 - False negative in network connection type 'cellular'

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 2246995ca -> d099137d1


CB-6659 - False negative in network connection type 'cellular'


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/d099137d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/d099137d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/d099137d

Branch: refs/heads/master
Commit: d099137d1049223b682fa07c6a1ba644bf87807e
Parents: 2246995
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu May 8 12:54:58 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu May 8 12:54:58 2014 -0700

----------------------------------------------------------------------
 autotest/tests/network.tests.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/d099137d/autotest/tests/network.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/network.tests.js b/autotest/tests/network.tests.js
index 8399b26..bf3a940 100644
--- a/autotest/tests/network.tests.js
+++ b/autotest/tests/network.tests.js
@@ -31,6 +31,7 @@ describe('Network (navigator.connection)', function () {
             'ethernet': 1,
             'wifi': 1,
             '2g': 1,
+            'cellular': 1,
             '3g': 1,
             '4g': 1,
             'none': 1