зеркало из https://github.com/mozilla/pjs.git
Bug 621347 - [SeaMonkey, WINNT 5.2, Debug] mochitests-1: intermittent "test_ws_basic_tests.html | Test timed out"; (Av1) s/ok/is/ typo fix from bug 562681.
r=Olli.Pettay a=(test only).
This commit is contained in:
Родитель
44b475f636
Коммит
2455a22936
|
@ -164,7 +164,7 @@ function testWebSocket5() {
|
||||||
is(this.bufferedAmount, 0, "Shouldn't have anything buffered");
|
is(this.bufferedAmount, 0, "Shouldn't have anything buffered");
|
||||||
var msg = "some data";
|
var msg = "some data";
|
||||||
this.send(msg);
|
this.send(msg);
|
||||||
ok(this.bufferedAmount, msg.length, "Should have some data buffered");
|
is(this.bufferedAmount, msg.length, "Should have some data buffered");
|
||||||
finishWSTest();
|
finishWSTest();
|
||||||
}
|
}
|
||||||
ws.onerror = function(e) {
|
ws.onerror = function(e) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче