You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2013/06/21 20:28:32 UTC

spec commit: trivial test number correction

Updated Branches:
  refs/heads/master 0cedea96d -> f4e951d0a


trivial test number correction


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

Branch: refs/heads/master
Commit: f4e951d0a16a53a078e03f80717d93946466074a
Parents: 0cedea9
Author: James Jong <wj...@gmail.com>
Authored: Fri Jun 21 14:27:44 2013 -0400
Committer: James Jong <wj...@gmail.com>
Committed: Fri Jun 21 14:27:44 2013 -0400

----------------------------------------------------------------------
 autotest/tests/contacts.tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/f4e951d0/autotest/tests/contacts.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/contacts.tests.js b/autotest/tests/contacts.tests.js
index de890f8..ddb01d1 100644
--- a/autotest/tests/contacts.tests.js
+++ b/autotest/tests/contacts.tests.js
@@ -183,7 +183,7 @@ describe("Contacts (navigator.contacts)", function () {
 
     describe('create method', function() {
 
-        it("contacts.spec.1 should exist", function() {
+        it("contacts.spec.7 should exist", function() {
             expect(navigator.contacts.create).toBeDefined();
             expect(typeof navigator.contacts.create).toBe('function');
         });