summaryrefslogtreecommitdiff
path: root/qpid/java/systests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-01 23:03:31 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-01 23:03:31 +0000
commit4f12cd13c4e858c7473502f47144bb9b246bdef1 (patch)
tree3458a9e0fd404f36f4e48d326aa997fd9dde0ce4 /qpid/java/systests
parent73f6113a0343b3b0a044897a504e5d70614cb354 (diff)
downloadqpid-python-4f12cd13c4e858c7473502f47144bb9b246bdef1.tar.gz
QPID-1003: added excludes for framework test classes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
-rw-r--r--qpid/java/systests/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml
index da72657185..d9ef5d0038 100644
--- a/qpid/java/systests/build.xml
+++ b/qpid/java/systests/build.xml
@@ -22,6 +22,8 @@ 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"/>
<import file="../module.xml"/>