summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-05-08 10:07:36 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-05-08 10:07:36 +0000
commit87e3786b1274db0e8256153f4efd215ad87e3e9a (patch)
tree3a843537c79fb3b6a7f79ad5f80c7173e0c9e12d /qpid/java
parentfb3e058cbbff9bce4ca18d921996a1a7072e1413 (diff)
downloadqpid-python-87e3786b1274db0e8256153f4efd215ad87e3e9a.tar.gz
QPID-1004: As this test does not extend QpidTestCase we need to exclude it from the build.xml.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/systests/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml
index d9ef5d0038..4eb7275e73 100644
--- a/qpid/java/systests/build.xml
+++ b/qpid/java/systests/build.xml
@@ -23,7 +23,7 @@ nn - or more contributor license agreements. See the NOTICE file
<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"/>