mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog tests: Enabling in TestSwarm.
This commit is contained in:
parent
409f5d1ba0
commit
0c82f7ec2c
@ -28,16 +28,6 @@
|
||||
<script type="text/javascript" src="dialog_options.js"></script>
|
||||
<script type="text/javascript" src="dialog_tickets.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
// disable this stale testsuite for testswarm only
|
||||
var url = window.location.search;
|
||||
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
|
||||
if ( url && url.indexOf("http") == 0 ) {
|
||||
// reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
|
||||
QUnit.init();
|
||||
test("dialog", function() { ok(true, "disabled dialog testsuite"); });
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../swarminject.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -261,10 +261,6 @@ test("minWidth", function() {
|
||||
el.remove();
|
||||
});
|
||||
|
||||
test("modal", function() {
|
||||
ok(false, 'missing test - untested code is broken code');
|
||||
});
|
||||
|
||||
test("position, default center on window", function() {
|
||||
var el = $('<div></div>').dialog();
|
||||
var dialog = el.dialog('widget');
|
||||
@ -389,10 +385,6 @@ test("resizable", function() {
|
||||
el.remove();
|
||||
});
|
||||
|
||||
test("stack", function() {
|
||||
ok(false, 'missing test - untested code is broken code');
|
||||
});
|
||||
|
||||
test("title", function() {
|
||||
expect(9);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user