summaryrefslogtreecommitdiff
path: root/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
commit1de5d88975c95cb31c03b6ffd1811ee036392b3f (patch)
tree9c7aa8d6be5e0446dde1b8a11400f00f7ca3f218 /java/systests
parent4c8aa15df3877d0848002f5d89cfa5b976dc5005 (diff)
downloadqpid-python-1de5d88975c95cb31c03b6ffd1811ee036392b3f.tar.gz
QPID-1003: added excludes for framework test classes
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index da72657185..d9ef5d0038 100644
--- a/java/systests/build.xml
+++ b/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"/>