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 07:21:50 UTC

[cordova-plugin-file] branch travis_tests updated: show user agent for safari only debug

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 d235bae  show user agent for safari only debug
d235bae is described below

commit d235bae055aada02c7a848b0575c3705998ca882
Author: knaito <kn...@asial.co.jp>
AuthorDate: Tue Mar 12 16:21:26 2019 +0900

    show user agent for safari only debug
---
 tests/tests.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/tests.js b/tests/tests.js
index 4cc0ab9..47fc136 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -275,6 +275,7 @@ exports.defineAutoTests = function () {
         describe('Safari only Test', function () {
 
             window.customLog('log', 'Safari only test');
+            window.customLog('log', 'user agent = ' + window.navigator.userAgent);
 
             it('file.spec.0 can use indexed db', function (done) {
 


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