You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/11 16:35:17 UTC

[06/13] cordova-plugin-file git commit: Tweak test case that failed twice on error rather than just once

Tweak test case that failed twice on error rather than just once


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/1a79a051
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/1a79a051
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/1a79a051

Branch: refs/heads/master
Commit: 1a79a051ac09dc4c9619644404c687b2229c37e1
Parents: c35d913
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Mar 9 13:17:59 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 11 11:35:07 2015 -0400

----------------------------------------------------------------------
 tests/tests.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/1a79a051/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 8710a54..c1471d7 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -2189,7 +2189,6 @@ exports.defineAutoTests = function () {
                 };
                 var reader = new FileReader();
                 reader.onloadend = verifier;
-                reader.onerror = failed.bind(null, done, 'reader.onerror - Error reading file: ' + blob);
                 reader.readAsText(blob);
             });
             function writeDummyFile(writeBinary, callback, done) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org