]> source.dussan.org Git - jquery-ui.git/commitdiff
Fully revert breaking changes to core unit tests markup (htmllint ignores it now...
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 30 Apr 2012 12:57:00 +0000 (14:57 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 30 Apr 2012 12:58:03 +0000 (14:58 +0200)
Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.

grunt.js
tests/unit/core/core.html

index a19e35f5f89c43d1e9702841a3d5ab1c39f85bcb..7e13bec4a4e55b3869f02ab3afcc35228d87329f 100644 (file)
--- a/grunt.js
+++ b/grunt.js
@@ -370,7 +370,7 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
        }
        testswarm({
                url: "http://swarm.jquery.org/",
-               pollInterval: 5000,
+               pollInterval: 10000,
                done: this.async()
        }, {
                authUsername: "jqueryui",
@@ -379,7 +379,7 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
                runMax: 4,
                "runNames[]": Object.keys(tests),
                "runUrls[]": testUrls,
-               "browserSets[]": ["popular", "beta"]
+               "browserSets[]": ["popular"]
        });
 });
 
@@ -566,7 +566,7 @@ grunt.registerTask( "clean", function() {
        require( "rimraf" ).sync( "dist" );
 });
 
-grunt.registerTask( "default", "lint csslint htmllint qunit build compare_size" );
+grunt.registerTask( "default", "lint csslint htmllint qunit" );
 grunt.registerTask( "sizer", "concat:ui min:dist/jquery-ui.min.js compare_size:all" );
 grunt.registerTask( "sizer_all", "concat:ui min compare_size" );
 grunt.registerTask( "build", "concat min cssmin" );
index 91595f4e11b733f25f672acc246a0382411f31fd..e259f3270d7b2573b79487535910f6b8adb0623c 100644 (file)
@@ -61,7 +61,7 @@
                <option>option</option>
        </select>
        <textarea id="visibleAncestor-textarea">x</textarea>
-       <object id="visibleAncestor-object" codebase="about:blank" data="about:blank" type="text/html">xxx</object>
+       <object id="visibleAncestor-object" codebase="about:blank">xxx</object>
        <a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
        <a id="visibleAncestor-anchorWithoutHref">anchor</a>
        <span id="visibleAncestor-span">x</span>