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/12 06:57:04 UTC

[cordova-plugin-file] branch travis_tests updated: safari only test more debug logs

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 ccf0f96  safari only test more debug logs
ccf0f96 is described below

commit ccf0f96223bb36e79c9a1346a2f47b617086264c
Author: knaito <kn...@asial.co.jp>
AuthorDate: Tue Mar 12 15:56:46 2019 +0900

    safari only test more debug logs
---
 tests/tests.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/tests.js b/tests/tests.js
index e587dff..5511f67 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -326,12 +326,15 @@ exports.defineAutoTests = function () {
 
                         window.customLog('log', 'step 1C');
                         var tx = mydb.transaction([storeName], 'readwrite');
+                        window.customLog('log', 'step 1C2');
                         tx.objectStore(storeName).put(myentry, mypath);
+                        window.customLog('log', 'step 1C3');
                         tx.onabort = function (err) {
                             window.customLog('log', 'db abort!!!');
                             console.log(err);
                             done();
                         };
+                        window.customLog('log', 'step 1C4');
                         tx.oncomplete = function () {
                             window.customLog('log', 'step 2');
 


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