From 00e92e16b4f4a9f30cb12bbdc23aeba97d17203d Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Fri, 9 Nov 2012 17:26:12 -0500 Subject: [PATCH] Dev: remove all-active test runner as now all test suites can run cleanly! --- grunt.js | 2 +- tests/unit/all-active.html | 69 -------------------------------------- 2 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 tests/unit/all-active.html diff --git a/grunt.js b/grunt.js index b596f43e7..91293e6bc 100644 --- a/grunt.js +++ b/grunt.js @@ -281,7 +281,7 @@ grunt.initConfig({ files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { // disabling everything that doesn't (quite) work with PhantomJS for now // TODO except for all|index|test, try to include more as we go - return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file ); }) }, lint: { diff --git a/tests/unit/all-active.html b/tests/unit/all-active.html deleted file mode 100644 index d4d7a0376..000000000 --- a/tests/unit/all-active.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - jQuery UI Test Suite - - - - - - - - - - - - -

jQuery UI Test Suite

-

-
-

-
    -
    - -
    - - -- 2.39.5