Author: ritchiem
Date: Mon Mar 17 10:48:24 2008
New Revision: 637992

URL: http://svn.apache.org/viewvc?rev=637992&view=rev
Log:
QPID-841,QPID-854 : Reinstated SimpleACLTest and removed QueueBrowserTest from 
the junit-toolkit run for now as the class has been renamed

Modified:
    incubator/qpid/branches/M2.1/java/systests/pom.xml

Modified: incubator/qpid/branches/M2.1/java/systests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/pom.xml?rev=637992&r1=637991&r2=637992&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/systests/pom.xml Mon Mar 17 10:48:24 2008
@@ -104,7 +104,6 @@
                         <exclude>**/testcases/RollbackTest.class</exclude>
                         <exclude>**/testcases/TTLTest.class</exclude>
                         <exclude>**/testcases/FailoverTest.class</exclude>
-<exclude>**/SimpleACLTest.class</exclude>
                     </excludes>
                 </configuration>
             </plugin>
@@ -156,7 +155,7 @@
                         <TimeToLiveTest>-n TimeToLiveTest 
org.apache.qpid.server.queue.TimeToLiveTest </TimeToLiveTest>
                         <TxnBufferTest>-n TxnBufferTest 
org.apache.qpid.server.txn.TxnBufferTest </TxnBufferTest>
                         <!--<TxnTest>-n TxnTest 
org.apache.qpid.server.txn.TxnTest </TxnTest>-->
-                        <QueueBrowserTest>-n QueueBrowserTest 
org.apache.qpid.test.client.QueueBrowserTest </QueueBrowserTest>
+                        <!--QueueBrowserTest>-n QueueBrowserTest 
org.apache.qpid.test.client.QueueBrowserTest </QueueBrowserTest-->
 
                         <!--<Immediate-Message-Test>-n Immediate-Test -s[1] 
org.apache.qpid.test.testcases.ImmediateMessageTest</Immediate-Message-Test>-->
                         <!--<Mandatory-Message-Test>-n Mandatory-Test -s[1] 
org.apache.qpid.test.testcases.MandatoryMessageTest</Mandatory-Message-Test>-->


Reply via email to