зеркало из https://github.com/mozilla/gecko-dev.git
? build.test
? hs_err_pid2436.log ? junit.properties ? logfile.txt ? src_moz/webclient.ilk ? src_moz/webclient.pdb ? src_moz/win32/org_mozilla_webclient_impl_wrapper_0005fnative_Win32BrowserControlCanvas.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_BookmarksImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_CurrentPageImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_EventRegistrationImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_HistoryImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_ISupportsPeer.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_NativeEventThread.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_NavigationImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_PreferencesImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_ProfileManagerImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_RDFEnumeration.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_RDFTreeNode.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_WindowControlImpl.h ? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_WrapperFactoryImpl.h ? src_share/wc_share.pdb ? test/automated/src/classes/org/mozilla/webclient/.nbattrs M test/automated/src/classes/org/mozilla/webclient/WindowCreatorTest.java
This commit is contained in:
Родитель
de336606f1
Коммит
8c4d4400a3
|
@ -0,0 +1,3 @@
|
|||
junit.properties
|
||||
logfile.txt
|
||||
build.test
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: WindowCreatorTest.java,v 1.2 2005/01/18 15:20:52 edburns%acm.org Exp $
|
||||
* $Id: WindowCreatorTest.java,v 1.3 2005/01/19 13:33:31 edburns%acm.org Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -176,8 +176,6 @@ public class WindowCreatorTest extends WebclientTestCase {
|
|||
Thread.currentThread().sleep(3000);
|
||||
assertTrue(!bitSet.isEmpty());
|
||||
|
||||
/***
|
||||
|
||||
// keep waiting until the previous load completes
|
||||
while (WindowCreatorTest.keepWaiting) {
|
||||
Thread.currentThread().sleep(1000);
|
||||
|
@ -188,8 +186,6 @@ public class WindowCreatorTest extends WebclientTestCase {
|
|||
selection = secondCurrentPage.getSelection();
|
||||
assertTrue(-1 !=selection.toString().indexOf("This is page 1 of the WindowCreatorTest."));
|
||||
|
||||
**********/
|
||||
|
||||
frame.setVisible(false);
|
||||
BrowserControlFactory.deleteBrowserControl(firstBrowserControl);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче