File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 81
81
same ( actual , expected ) ;
82
82
}
83
83
</ script >
84
- < script >
85
- // disable this stale testsuite for testswarm only
86
- var url = window . location . search ;
87
- url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
88
- if ( url && url . indexOf ( "http" ) == 0 ) {
89
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
90
- QUnit . init ( ) ;
91
- test ( "tabs" , function ( ) { ok ( true , "disabled tabs testsuite" ) ; } ) ;
92
- }
93
- </ script >
94
84
< script src ="../swarminject.js "> </ script >
95
85
</ head >
96
86
< body >
Original file line number Diff line number Diff line change 80
80
same ( actual , expected ) ;
81
81
}
82
82
</ script >
83
- < script >
84
- // disable this stale testsuite for testswarm only
85
- var url = window . location . search ;
86
- url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
87
- if ( url && url . indexOf ( "http" ) == 0 ) {
88
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
89
- QUnit . init ( ) ;
90
- test ( "tabs" , function ( ) { ok ( true , "disabled tabs testsuite" ) ; } ) ;
91
- }
92
- </ script >
93
83
< script src ="../swarminject.js "> </ script >
94
84
</ head >
95
85
< body >
You can’t perform that action at this time.
0 commit comments