Author: ritchiem
Date: Wed Nov 22 15:33:19 2006
New Revision: 478380

URL: http://svn.apache.org/viewvc?view=rev&rev=478380
Log:

client/pom.xml - removed TransactedTest.java from exclude Listener.java
TransactedTest.java - fixed naming of setup to setUp

Modified:
    incubator/qpid/trunk/qpid/java/client/pom.xml
    
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java

Modified: incubator/qpid/trunk/qpid/java/client/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/pom.xml?view=diff&rev=478380&r1=478379&r2=478380
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/client/pom.xml Wed Nov 22 15:33:19 2006
@@ -118,7 +118,6 @@
                     </includes>
                     <excludes>
                         <exclude>**/JNDIReferenceableTest.java</exclude>
-                        <exclude>**/TransactedTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>

Modified: 
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java?view=diff&rev=478380&r1=478379&r2=478380
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java
 (original)
+++ 
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java
 Wed Nov 22 15:33:19 2006
@@ -50,7 +50,7 @@
     private MessageConsumer testConsumer1;
     private MessageConsumer testConsumer2;
 
-    protected void setup() throws Exception
+    protected void setUp() throws Exception
     {
         super.setUp();
         queue1 = new AMQQueue("Q1", false);


Reply via email to