You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/04 19:40:48 UTC

spec commit: [CB-4061] Fix copy-pasted spec id in file tests.

Updated Branches:
  refs/heads/master f9333c00a -> 981793865


[CB-4061] Fix copy-pasted spec id in file tests.


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

Branch: refs/heads/master
Commit: 981793865da73d4c6c0c9404ea2331c99a5241c5
Parents: f9333c0
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 4 10:40:43 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 4 10:40:43 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/98179386/autotest/tests/file.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/file.tests.js b/autotest/tests/file.tests.js
index 464cef2..a716287 100644
--- a/autotest/tests/file.tests.js
+++ b/autotest/tests/file.tests.js
@@ -3101,7 +3101,7 @@ describe('File API', function() {
     });
 
     describe('FileWriter', function(){
-        it("file.spec.81 should have correct methods", function() {
+        it("file.spec.95 should have correct methods", function() {
             // retrieve a FileWriter object
             var fileName = "writer.methods",
                 fail = createFail('FileWriter'),