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/05/24 18:04:49 UTC

spec commit: [CB-3502] update abort filetransfer.spec.9 to pass

Updated Branches:
  refs/heads/master 512232aea -> 1435299df


[CB-3502] update abort filetransfer.spec.9 to pass

- Change to a different download file to not intertwine dependencies w Media


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

Branch: refs/heads/master
Commit: 1435299dfb9d9e858a7fbfb19599370133a4a420
Parents: 512232a
Author: James Jong <wj...@gmail.com>
Authored: Fri May 24 12:01:50 2013 -0400
Committer: James Jong <wj...@gmail.com>
Committed: Fri May 24 12:01:50 2013 -0400

----------------------------------------------------------------------
 autotest/tests/filetransfer.tests.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/1435299d/autotest/tests/filetransfer.tests.js
----------------------------------------------------------------------
diff --git a/autotest/tests/filetransfer.tests.js b/autotest/tests/filetransfer.tests.js
index 1759983..69eaaa9 100644
--- a/autotest/tests/filetransfer.tests.js
+++ b/autotest/tests/filetransfer.tests.js
@@ -228,7 +228,7 @@ describe('FileTransfer', function() {
         });
         it("filetransfer.spec.9 should not leave partial file due to abort", function() {
             var downloadWin = createDoNotCallSpy('downloadWin');
-            var remoteFile = 'http://cordova.apache.org/downloads/BlueZedEx.mp3';
+            var remoteFile = 'http://cordova.apache.org/downloads/logos_2.zip';
             var localFileName = remoteFile.substring(remoteFile.lastIndexOf('/')+1);
             var startTime = +new Date();