You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by kn...@apache.org on 2019/03/09 08:52:03 UTC

[cordova-plugin-file] branch travis_tests updated: typo is fixed

This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/travis_tests by this push:
     new 7ff763e  typo is fixed
7ff763e is described below

commit 7ff763e16380d15d280418e8b5e6e27ce2483009
Author: knaito <kn...@asial.co.jp>
AuthorDate: Sat Mar 9 17:51:44 2019 +0900

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

diff --git a/tests/tests.js b/tests/tests.js
index 8949472..5a78798 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -183,7 +183,7 @@ exports.defineAutoTests = function () {
             }, error);
         };
         function failed (done, msg, error) {
-            customLog('log', 'failed is called : ' + msg);
+            window.customLog('log', 'failed is called : ' + msg);
             var info = typeof msg === 'undefined' ? 'Unexpected error callback' : msg;
             var codeMsg = (error && error.code) ? (': ' + fileErrorMap[error.code]) : '';
             expect(true).toFailWithMessage(info + '\n' + JSON.stringify(error) + codeMsg);


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