Skip to content

Commit

Permalink
Update pyftpsync to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 18, 2020
1 parent eeb79b9 commit 0efd0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/unit/test-bench.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id="qunit-userAgent"></h2>

<script>
// Beacon the results to Browserscope.
// See: http://www.browserscope.org/user/tests/howto
// See: https://www.browserscope.org/user/tests/howto
/*global QUnit */
var _bTestResults = {},
_testKey = "ahBzfnVhLXByb2ZpbGVyLWhychELEgRUZXN0GICAkNDcrYwJDA";
Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 id="qunit-userAgent"></h2>
var newScript = document.createElement( "script" ),
firstScript = document.getElementsByTagName( "script" )[ 0 ];

newScript.src = "http://www.browserscope.org/user/beacon/" + _testKey + "?callback=showResults";
newScript.src = "https://www.browserscope.org/user/beacon/" + _testKey + "?callback=showResults";
// Set this to prevent throtteling
// newScript.src += "&sandboxid=f87fe779e9a4375";
// // newScript.src += "?test_results_var=YOUR-VAR-NAME2;
Expand All @@ -106,7 +106,7 @@ <h2 id="qunit-userAgent"></h2>
function showResults() {
var script = document.createElement( "script" );

script.src = "http://www.browserscope.org/user/tests/table/" + _testKey + "?o=js";
script.src = "https://www.browserscope.org/user/tests/table/" + _testKey + "?o=js";

// window.console.log( "showResults", arguments );
document.body.appendChild( script );
Expand Down

0 comments on commit 0efd0b5

Please sign in to comment.