diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-12-12 04:57:43 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-12-12 04:57:43 +0000 |
| commit | 9b45e0ab5d2a719d8ab4e7ec3f23d63ba4966f80 (patch) | |
| tree | 65fdd1a2eb41f382ad72d600d98ee2596ab7506a /java/systests/pom.xml | |
| parent | 6a03e9214cf9e896bdc2b077975fdd0f1129ce28 (diff) | |
| download | qpid-python-9b45e0ab5d2a719d8ab4e7ec3f23d63ba4966f80.tar.gz | |
systests test reorg
* move unused tests to src/old_test
* modify pom.xml to remove surefire inclusions and exclusions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/pom.xml')
| -rw-r--r-- | java/systests/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml index bf0afa7eef..93c8a2333b 100644 --- a/java/systests/pom.xml +++ b/java/systests/pom.xml @@ -84,16 +84,6 @@ <value>file:///${basedir}/src/test/java/log4j.properties</value> </property> </systemProperties> - <includes> - <include>**/server/**/*Test.java</include> - <include>**/test/unit/ack/DisconnectAndRedeliver.java</include> - </includes> - <excludes> - <exclude>**/Abstract*Test*</exclude> - <exclude>**/*PerfTest*</exclude> - <exclude>**/*PerformanceTest*</exclude> - <exclude>**/server/util/ConcurrentTest.java</exclude> - </excludes> </configuration> </plugin> </plugins> |
