To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38974
------- Additional comments from [EMAIL PROTECTED] Mon Feb 7 05:32:10 -0800
2005 -------
Test 11: When you change
jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java
1.10 like below, what is the output of running dmake in that directory?
***************
*** 191,196 ****
--- 191,197 ----
System.out.println("waiting for proxies to become unreachable:");
for (int i = 0; i < COUNT; ++i) {
+ System.out.println("i = "+i);
WaitUnreachable u1 = new WaitUnreachable(proxyBXInterface[i]);
WaitUnreachable u2 = new WaitUnreachable(proxyBTestInterface[i]);
proxyBXInterface[i] = null;
***************
*** 202,207 ****
--- 203,209 ----
// reliably ensure that even the last proxy's finalization is over
// before the following assure is executed:
Thread.sleep(1000);
+ System.out.println("slept");
assure("proxy count", ProxyFactory.getDebugCount() == 0);
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]