You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2004/02/04 15:11:18 UTC

cvs commit: incubator-geronimo/modules/connector/src/test/org/apache/geronimo/connector/outbound ConnectionManagerTest.java

adc         2004/02/04 06:11:18

  Modified:    modules/connector/src/test/org/apache/geronimo/connector/outbound
                        ConnectionManagerTest.java
  Log:
  Added a kernel name to the Kernel and a way of retrieving
  a Kernel by that name
  
  Revision  Changes    Path
  1.3       +2 -2      incubator-geronimo/modules/connector/src/test/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java
  
  Index: ConnectionManagerTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/connector/src/test/org/apache/geronimo/connector/outbound/ConnectionManagerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionManagerTest.java	31 Jan 2004 19:27:16 -0000	1.2
  +++ ConnectionManagerTest.java	4 Feb 2004 14:11:17 -0000	1.3
  @@ -110,7 +110,7 @@
   
       protected void setUp() throws Exception {
           connectionTrackingCoordinator = new ConnectionTrackingCoordinator();
  -        kernel = new Kernel("testdomain");
  +        kernel = new Kernel("test.kernel", "testdomain");
           kernel.boot();
           transactionManager = new TransactionManagerImpl();
           mockManagedConnectionFactory = new MockManagedConnectionFactory();