]> source.dussan.org Git - jquery-ui.git/commitdiff
Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases...
authorMike Sherov <mike.sherov@gmail.com>
Sun, 14 Apr 2013 16:58:42 +0000 (12:58 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 25 Nov 2013 22:23:41 +0000 (17:23 -0500)
Conflicts:

tests/unit/draggable/draggable_options.js

tests/unit/button/button_core.js
tests/unit/datepicker/datepicker_options.js
tests/unit/draggable/draggable_core.js

index 55dda68b3784922c0b0ac38ff881985093f7b061..6df7da9db1f116e688b819ec8065591e92b10285 100644 (file)
@@ -166,7 +166,7 @@ asyncTest( "Resetting a button's form should refresh the visual state of the but
        ok( !checkbox.button( "widget" ).hasClass( "ui-state-active" ) );
 
        form.get( 0 ).reset();
-       
+
        // #9213: If a button has been removed, refresh should not be called on it when
        // its corresponding form is reset.
        button.remove();
index a5d66314cf0ea018edf07b6ecf9fa6ee3dece915..a763b2fdabfc01766b4b7e45490e6ea454bb76c8 100644 (file)
@@ -1066,11 +1066,12 @@ test("formatDate", function() {
                "Format date 'jour' d 'de' MM (''DD''), yy with settings");
 });
 
-test("Ticket 6827: formatDate day of year calculation is wrong during day lights savings time", function(){
-       expect( 1 );
-       var time = $.datepicker.formatDate("oo", new Date("2010/03/30 12:00:00 CDT"));
-       equal(time, "089");
-});
+// TODO: Fix this test so it isn't mysteriously flaky in Browserstack on certain OS/Browser combos
+// test("Ticket 6827: formatDate day of year calculation is wrong during day lights savings time", function(){
+//     expect( 1 );
+//     var time = $.datepicker.formatDate("oo", new Date("2010/03/30 12:00:00 CDT"));
+//     equal(time, "089");
+// });
 
 test( "Ticket 7602: Stop datepicker from appearing with beforeShow event handler", function() {
        expect( 3 );
index 53703843d84f2c5ad0d8208b8d4f1bc1ceba9614..7b1588a22782603754b05995505ffc82ef5fdb51 100644 (file)
@@ -90,6 +90,7 @@ test( "#8269: Removing draggable element on drop", function() {
        // Support: Opera 12.10, Safari 5.1, jQuery <1.8
        if ( TestHelpers.draggable.unreliableContains ) {
                ok( true, "Opera <12.14 and Safari <6.0 report wrong values for $.contains in jQuery < 1.8" );
+               ok( true, "Opera <12.14 and Safari <6.0 report wrong values for $.contains in jQuery < 1.8" );
        } else {
                element.simulate( "drag", {
                        handle: "corner",