remove test that belonged in ajaxTest.js
This commit is contained in:
parent
b1e1d5d0c7
commit
19b21ff10a
13
src/jquery/coreTest.js
vendored
13
src/jquery/coreTest.js
vendored
|
@ -427,16 +427,3 @@ test("removeAttr(String", function() {
|
||||||
ok( $('#mark').removeAttr("class")[0].className == "", "remove class" );
|
ok( $('#mark').removeAttr("class")[0].className == "", "remove class" );
|
||||||
});
|
});
|
||||||
|
|
||||||
test("evalScripts() with no script elements", function() {
|
|
||||||
expect(2);
|
|
||||||
stop();
|
|
||||||
$.ajax({
|
|
||||||
url: 'data/text.php?' + new Date().getTime(),
|
|
||||||
success: function(data, status) {
|
|
||||||
ok ( true, 'before evalScripts()');
|
|
||||||
jQuery('#foo').html(data).evalScripts();
|
|
||||||
ok ( true, 'after evalScripts()');
|
|
||||||
start();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in a new issue