gdamour 2004/05/17 06:48:13
Modified: modules/connector/src/test/org/apache/geronimo/connector/work
PooledWorkManagerTest.java
Log:
Omit to remove the main method as pointed out by Alan.
Revision Changes Path
1.6 +1 -9
incubator-geronimo/modules/connector/src/test/org/apache/geronimo/connector/work/PooledWorkManagerTest.java
Index: PooledWorkManagerTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/connector/src/test/org/apache/geronimo/connector/work/PooledWorkManagerTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PooledWorkManagerTest.java 17 May 2004 12:41:04 -0000 1.5
+++ PooledWorkManagerTest.java 17 May 2004 13:48:13 -0000 1.6
@@ -40,14 +40,6 @@
workManager = new GeronimoWorkManager(1, 1, null);
}
- public static void main(String[] args) throws Exception {
- PooledWorkManagerTest managerTest = new PooledWorkManagerTest();
- managerTest.setUp();
- while(true) {
- managerTest.testDoWork();
- }
- }
-
public void testDoWork() throws Exception {
int nbThreads = 2;
AbstractDummyWork threads[] =