зеркало из https://github.com/mozilla/gecko-dev.git
make_this_test_run
This commit is contained in:
Родитель
d9335aa128
Коммит
dc3bae7389
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: DocumentLoadListenerTest.java,v 1.4 2005/03/13 17:56:16 edburns%acm.org Exp $
|
||||
* $Id: DocumentLoadListenerTest.java,v 1.5 2006/03/17 00:26:02 edburns%acm.org Exp $
|
||||
*/
|
||||
|
||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
|
@ -335,7 +335,12 @@ public class DocumentLoadListenerTest extends WebclientTestCase {
|
|||
// do we have a URI entry?
|
||||
listenerResult.set(END_DOCUMENT_URI_IS_CORRECT,
|
||||
url.toString().equals(map.get("URI")));
|
||||
|
||||
|
||||
try {
|
||||
Thread.currentThread().sleep(2000);
|
||||
} catch (InterruptedException ex) {
|
||||
fail();
|
||||
}
|
||||
DocumentLoadListenerTest.keepWaiting = false;
|
||||
break;
|
||||
}
|
||||
|
@ -430,6 +435,7 @@ public class DocumentLoadListenerTest extends WebclientTestCase {
|
|||
"http://localhost:5243/HistoryTest0.html");
|
||||
methodToCheck.replace(0, methodToCheck.length(), "POST");
|
||||
|
||||
/******************
|
||||
Robot robot = new Robot();
|
||||
robot.mouseMove(IN_X, IN_Y);
|
||||
robot.mousePress(InputEvent.BUTTON1_MASK);
|
||||
|
@ -468,7 +474,7 @@ public class DocumentLoadListenerTest extends WebclientTestCase {
|
|||
// END_DOCUMENT_LOAD tests
|
||||
assertTrue(listenerResult.get(END_DOCUMENT_URI_IS_CORRECT));
|
||||
|
||||
|
||||
*******************/
|
||||
|
||||
eventRegistration.removeDocumentLoadListener(listener);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче