diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-08 10:07:36 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-08 10:07:36 +0000 |
| commit | ec9c7045d5f52b9eaea58d8ab8f4b1636af10aea (patch) | |
| tree | 9969594b5fdb0840e00485ecf448a51d3db6526d /java | |
| parent | 79cc33a0796857ba99cad14aecedbe53da60dee4 (diff) | |
| download | qpid-python-ec9c7045d5f52b9eaea58d8ab8f4b1636af10aea.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/qpid@654464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/systests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml index d9ef5d0038..4eb7275e73 100644 --- a/java/systests/build.xml +++ b/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"/> |
