Kaydet (Commit) 255a125e authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sb8 (1.9.22); FILE MERGED

2003/10/06 08:35:35 sb 1.9.22.1: #112127# Adapted to new ThreadPoolManager.
üst 9e846cd1
......@@ -2,9 +2,9 @@
*
* $RCSfile: JobQueue_Test.java,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: vg $ $Date: 2003-05-22 09:13:24 $
* last change: $Author: vg $ $Date: 2003-10-09 10:15:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -227,8 +227,7 @@ public final class JobQueue_Test extends ComplexTestCase {
}
private static final class TestThread extends Thread {
public final ThreadId _threadId
= __javaThreadPoolFactory.getThreadId(this);
public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId();
public final Object _disposeId = new Object();
public JobQueue _jobQueue = null;
public String _message;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment