зеркало из https://github.com/mozilla/pjs.git
Bug 590708 - Disable testAsynchronousRequest in Prototype tests due to flakiness. r=jst
This commit is contained in:
Родитель
d440790495
Коммит
80c261916f
|
@ -32,20 +32,6 @@ new Test.Unit.Runner({
|
|||
this.assertEqual("Hello world!", h2.innerHTML);
|
||||
},
|
||||
|
||||
testAsynchronousRequest: function() {
|
||||
this.assertEqual("", $("content").innerHTML);
|
||||
|
||||
new Ajax.Request("../fixtures/hello.js", extendDefault({
|
||||
asynchronous: true,
|
||||
method: 'get',
|
||||
evalJS: 'force'
|
||||
}));
|
||||
this.wait(1000, function() {
|
||||
var h2 = $("content").firstChild;
|
||||
this.assertEqual("Hello world!", h2.innerHTML);
|
||||
});
|
||||
},
|
||||
|
||||
testUpdater: function() {
|
||||
this.assertEqual("", $("content").innerHTML);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче