You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/05/08 12:07:36 UTC

svn commit: r654464 - /incubator/qpid/trunk/qpid/java/systests/build.xml

Author: arnaudsimon
Date: Thu May  8 03:07:36 2008
New Revision: 654464

URL: http://svn.apache.org/viewvc?rev=654464&view=rev
Log:
QPID-1004: As this test does not extend QpidTestCase we need to exclude it from the build.xml.

Modified:
    incubator/qpid/trunk/qpid/java/systests/build.xml

Modified: incubator/qpid/trunk/qpid/java/systests/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/build.xml?rev=654464&r1=654463&r2=654464&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/systests/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/systests/build.xml Thu May  8 03:07:36 2008
@@ -23,7 +23,7 @@
     <property name="module.depends" value="client broker common junit-toolkit"/>
     <property name="module.test.src" location="src/main/java"/>
     <property name="module.test.excludes"
-              value="**/DropInTest.java,**/TestClientControlledTest.java"/>
+              value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/>
 
     <import file="../module.xml"/>