djencks 2004/12/11 00:03:33
Modified: modules/core/src/test/org/openejb/timer
TimerServiceImplTest.java
Log:
commit the openejb changes I forgot yesterday when I removed
GeronimoTransactionManager
Revision Changes Path
1.4 +3 -3
openejb/modules/core/src/test/org/openejb/timer/TimerServiceImplTest.java
Index: TimerServiceImplTest.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/test/org/openejb/timer/TimerServiceImplTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TimerServiceImplTest.java 5 Oct 2004 07:04:04 -0000 1.3
+++ TimerServiceImplTest.java 11 Dec 2004 05:03:33 -0000 1.4
@@ -105,8 +105,8 @@
private Serializable userKey = "test user info";
protected void setUp() throws Exception {
- TransactionManagerImpl transactionManager = new
TransactionManagerImpl();
- transactionContextManager = new
TransactionContextManager(transactionManager, transactionManager, null);
+ TransactionManagerImpl transactionManager = new
TransactionManagerImpl(10 * 1000, null, null);
+ transactionContextManager = new
TransactionContextManager(transactionManager, transactionManager);
executableWorkFactory = new
TransactionalExecutorTaskFactory(transactionContextManager, 1);
threadPool = new ThreadPool();
threadPool.setPoolSize(5);