@@ -554,7 +554,7 @@ exports.defineAutoTests = function () {
554
554
it (
555
555
'filetransfer.spec.11 should call the error callback on abort()' ,
556
556
function ( done ) {
557
- let fileURL = 'http ://cordova.apache.org/static/downloads/BlueZedEx.mp3' ;
557
+ let fileURL = 'https ://cordova.apache.org/static/downloads/BlueZedEx.mp3' ;
558
558
fileURL = fileURL + '?q=' + new Date ( ) . getTime ( ) ;
559
559
const specContext = this ;
560
560
@@ -574,7 +574,7 @@ exports.defineAutoTests = function () {
574
574
it (
575
575
'filetransfer.spec.9 should not leave partial file due to abort' ,
576
576
function ( done ) {
577
- const fileURL = 'http ://cordova.apache.org/static/downloads/logos.zip' ;
577
+ const fileURL = 'https ://cordova.apache.org/static/downloads/logos.zip' ;
578
578
const specContext = this ;
579
579
580
580
const fileSystemWin = function ( ) {
@@ -622,7 +622,7 @@ exports.defineAutoTests = function () {
622
622
it (
623
623
'filetransfer.spec.10 should be stopped by abort()' ,
624
624
function ( done ) {
625
- let fileURL = 'http ://cordova.apache.org/static/downloads/BlueZedEx.mp3' ;
625
+ let fileURL = 'https ://cordova.apache.org/static/downloads/BlueZedEx.mp3' ;
626
626
fileURL = fileURL + '?q=' + new Date ( ) . getTime ( ) ;
627
627
const specContext = this ;
628
628
@@ -760,7 +760,7 @@ exports.defineAutoTests = function () {
760
760
it (
761
761
'filetransfer.spec.17 progress should work with gzip encoding' ,
762
762
function ( done ) {
763
- const fileURL = 'http ://www.apache.org/' ;
763
+ const fileURL = 'https ://www.apache.org/' ;
764
764
const specContext = this ;
765
765
766
766
const downloadWin = function ( entry ) {
@@ -1766,7 +1766,7 @@ exports.defineAutoTests = function () {
1766
1766
exports . defineManualTests = function ( contentEl , createActionButton ) {
1767
1767
'use strict' ;
1768
1768
1769
- const imageURL = 'http ://apache.org/images/feather-small.gif' ;
1769
+ const imageURL = 'https ://apache.org/images/feather-small.gif' ;
1770
1770
const videoURL = 'http://techslides.com/demos/sample-videos/small.mp4' ;
1771
1771
1772
1772
function clearResults ( ) {
0 commit comments