diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-08-25 11:20:24 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-08-25 11:20:24 +0000 |
| commit | bd0b19adf1a8f529d68213bfd2f4c9a5f12e66b6 (patch) | |
| tree | 572e3d411141796f48672e919c092ccc2966dfaf /qpid/java/systests/build.xml | |
| parent | 1dc1ece5aec7ba37654a19cbf1d860ec809cced9 (diff) | |
| download | qpid-python-bd0b19adf1a8f529d68213bfd2f4c9a5f12e66b6.tar.gz | |
QPID-1004: delete dead test (as recommended on the JIRA) since it was excluded from all test profiles over 3 years and TTL functionality is covered by other tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1161507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/build.xml')
| -rw-r--r-- | qpid/java/systests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml index 1da0a6d355..33ad2227bb 100644 --- a/qpid/java/systests/build.xml +++ b/qpid/java/systests/build.xml @@ -22,7 +22,7 @@ nn - or more contributor license agreements. See the NOTICE file <property name="module.depends" value="client management/tools/qpid-cli management/common broker broker/test common common/test junit-toolkit"/> <property name="module.test.src" location="src/main/java"/> <property name="module.test.excludes" - value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/> + value="**/DropInTest.java,**/TestClientControlledTest.java"/> <import file="../module.xml"/> |
