File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 28
28
< script type ="text/javascript " src ="dialog_options.js "> </ script >
29
29
< script type ="text/javascript " src ="dialog_tickets.js "> </ script >
30
30
31
- < script type ="text/javascript ">
32
- // disable this stale testsuite for testswarm only
33
- var url = window . location . search ;
34
- url = decodeURIComponent ( url . slice ( url . indexOf ( "swarmURL=" ) + 9 ) ) ;
35
- if ( url && url . indexOf ( "http" ) == 0 ) {
36
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
37
- QUnit . init ( ) ;
38
- test ( "dialog" , function ( ) { ok ( true , "disabled dialog testsuite" ) ; } ) ;
39
- }
40
- </ script >
41
31
< script type ="text/javascript " src ="../swarminject.js "> </ script >
42
32
</ head >
43
33
< body >
Original file line number Diff line number Diff line change @@ -261,10 +261,6 @@ test("minWidth", function() {
261
261
el . remove ( ) ;
262
262
} ) ;
263
263
264
- test ( "modal" , function ( ) {
265
- ok ( false , 'missing test - untested code is broken code' ) ;
266
- } ) ;
267
-
268
264
test ( "position, default center on window" , function ( ) {
269
265
var el = $ ( '<div></div>' ) . dialog ( ) ;
270
266
var dialog = el . dialog ( 'widget' ) ;
@@ -389,10 +385,6 @@ test("resizable", function() {
389
385
el . remove ( ) ;
390
386
} ) ;
391
387
392
- test ( "stack" , function ( ) {
393
- ok ( false , 'missing test - untested code is broken code' ) ;
394
- } ) ;
395
-
396
388
test ( "title" , function ( ) {
397
389
expect ( 9 ) ;
398
390
You can’t perform that action at this time.
0 commit comments