r3531 committed - buttons visual test: disable tooltip for now, is currently causing som...

r3531 committed - buttons visual test: disable tooltip for now, is currently causing som...

Revision: 3531
Author: joern.zaefferer
Date: Wed Dec 23 10:53:49 2009
Log: buttons visual test: disable tooltip for now, is currently causing
some odd issues
http://code.google.com/p/jquery-ui/source/detail?r=3531
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Wed Dec 23 10:50:45 2009
+++ /branches/dev/tests/visual/button/default.html    Wed Dec 23 10:53:49 2009
@@ -30,7 +30,7 @@
            selection.buttons("destroy");
        }).click();
-        $().tooltip();
+        //$().tooltip();
    });
    </script>
    <style>
--