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 <[email protected]> Authored: Thu Jul 4 10:40:43 2013 -0700 Committer: Fil Maj <[email protected]> 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'),
