File tree Expand file tree Collapse file tree 4 files changed +48
-4
lines changed Expand file tree Collapse file tree 4 files changed +48
-4
lines changed Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="../../../external/qunit.css " type ="text/css "/>
12
12
< script type ="text/javascript " src ="../../../external/qunit.js "> </ script >
13
13
< script type ="text/javascript " src ="../../jquery.simulate.js "> </ script >
14
- < script type ="text/javascript " src ="../testsuite.js "> </ script >
15
14
16
15
< script type ="text/javascript " src ="core.js "> </ script >
17
16
< script type ="text/javascript " src ="selector.js "> </ script >
18
17
18
+ < script type ="text/javascript ">
19
+ // disable this stale testsuite for testswarm only
20
+ var url = window . location . search ;
21
+ url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
22
+ if ( url && url . indexOf ( "http" ) == 0 ) {
23
+ // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
24
+ QUnit . init ( ) ;
25
+ test ( "core" , function ( ) { ok ( true , "disabled core testsuite" ) ; } ) ;
26
+ }
27
+ </ script >
28
+ < script type ="text/javascript " src ="../testsuite.js "> </ script >
29
+
19
30
< style type ="text/css ">
20
31
.zindex {z-index : 100 }
21
32
.absolute {position : absolute}
Original file line number Diff line number Diff line change 16
16
< link rel ="stylesheet " href ="../../../external/qunit.css " type ="text/css "/>
17
17
< script type ="text/javascript " src ="../../../external/qunit.js "> </ script >
18
18
< script type ="text/javascript " src ="../../jquery.simulate.js "> </ script >
19
- < script type ="text/javascript " src ="../testsuite.js "> </ script >
20
19
21
20
< script type ="text/javascript " src ="datepicker_core.js "> </ script >
22
21
< script type ="text/javascript " src ="datepicker_defaults.js "> </ script >
23
22
< script type ="text/javascript " src ="datepicker_events.js "> </ script >
24
23
< script type ="text/javascript " src ="datepicker_methods.js "> </ script >
25
24
< script type ="text/javascript " src ="datepicker_options.js "> </ script >
26
25
< script type ="text/javascript " src ="datepicker_tickets.js "> </ script >
26
+
27
+ < script type ="text/javascript ">
28
+ // disable this stale testsuite for testswarm only
29
+ var url = window . location . search ;
30
+ url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
31
+ if ( url && url . indexOf ( "http" ) == 0 ) {
32
+ // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
33
+ QUnit . init ( ) ;
34
+ test ( "datepicker" , function ( ) { ok ( true , "disabled datepicker testsuite" ) ; } ) ;
35
+ }
36
+ </ script >
37
+ < script type ="text/javascript " src ="../testsuite.js "> </ script >
27
38
</ head >
28
39
< body >
29
40
Original file line number Diff line number Diff line change 19
19
< link rel ="stylesheet " href ="../../../external/qunit.css " type ="text/css "/>
20
20
< script type ="text/javascript " src ="../../../external/qunit.js "> </ script >
21
21
< script type ="text/javascript " src ="../../jquery.simulate.js "> </ script >
22
- < script type ="text/javascript " src ="../testsuite.js "> </ script >
23
22
24
23
< script type ="text/javascript " src ="dialog_core.js "> </ script >
25
24
< script type ="text/javascript " src ="dialog_defaults.js "> </ script >
26
25
< script type ="text/javascript " src ="dialog_events.js "> </ script >
27
26
< script type ="text/javascript " src ="dialog_methods.js "> </ script >
28
27
< script type ="text/javascript " src ="dialog_options.js "> </ script >
29
28
< script type ="text/javascript " src ="dialog_tickets.js "> </ script >
29
+
30
+ < script type ="text/javascript ">
31
+ // disable this stale testsuite for testswarm only
32
+ var url = window . location . search ;
33
+ url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
34
+ if ( url && url . indexOf ( "http" ) == 0 ) {
35
+ // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
36
+ QUnit . init ( ) ;
37
+ test ( "dialog" , function ( ) { ok ( true , "disabled dialog testsuite" ) ; } ) ;
38
+ }
39
+ </ script >
40
+ < script type ="text/javascript " src ="../testsuite.js "> </ script >
30
41
</ head >
31
42
< body >
32
43
Original file line number Diff line number Diff line change 15
15
< link rel ="stylesheet " href ="../../../external/qunit.css " type ="text/css "/>
16
16
< script type ="text/javascript " src ="../../../external/qunit.js "> </ script >
17
17
< script type ="text/javascript " src ="../../jquery.simulate.js "> </ script >
18
- < script type ="text/javascript " src ="../testsuite.js "> </ script >
19
18
20
19
< script type ="text/javascript " src ="tabs_core.js "> </ script >
21
20
< script type ="text/javascript " src ="tabs_defaults.js "> </ script >
22
21
< script type ="text/javascript " src ="tabs_events.js "> </ script >
23
22
< script type ="text/javascript " src ="tabs_methods.js "> </ script >
24
23
< script type ="text/javascript " src ="tabs_options.js "> </ script >
25
24
< script type ="text/javascript " src ="tabs_tickets.js "> </ script >
25
+
26
+ < script type ="text/javascript ">
27
+ // disable this stale testsuite for testswarm only
28
+ var url = window . location . search ;
29
+ url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
30
+ if ( url && url . indexOf ( "http" ) == 0 ) {
31
+ // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
32
+ QUnit . init ( ) ;
33
+ test ( "tabs" , function ( ) { ok ( true , "disabled tabs testsuite" ) ; } ) ;
34
+ }
35
+ </ script >
36
+ < script type ="text/javascript " src ="../testsuite.js "> </ script >
26
37
</ head >
27
38
< body >
28
39
You can’t perform that action at this time.
0 commit comments