diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-16 16:44:17 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-16 16:44:17 +0000 |
| commit | 6bd699c9e392eb83f837c4863989c32e7afcf3fe (patch) | |
| tree | 0390c339a4221faf17c1121c3c7569d269a9c866 /java/pom.xml | |
| parent | a8f3baccc066619364e1ef53b0dd04055b62e013 (diff) | |
| download | qpid-python-6bd699c9e392eb83f837c4863989c32e7afcf3fe.tar.gz | |
(Patch submitted by Rupert Smith) Refactored the test ping classes to share common code. Made them runnable from the command line (the same as they already were). Also made it possible to instantiate them in other code more easily. A unit test class has been added that performs a ping. This is so that it can be run with the TKTestRunner to scale it up and take performance measurements.
Junit-toolkit added as a dependency to the maven build system.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
| -rw-r--r-- | java/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/java/pom.xml b/java/pom.xml index b00c36c002..fdaba94ce6 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -337,6 +337,15 @@ </execution> </executions> </plugin> + + <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. It will take a day or two from 16/1/2007. + <plugin> + <groupId>uk.co.thebadgerset</groupId> + <artifactId>junit-toolkit-maven-plugin</artifactId> + <version>0.3</version> + </plugin> + --> + </plugins> </pluginManagement> @@ -437,14 +446,12 @@ <scope>test</scope> </dependency> - <!-- Will be added to maven repo soon. JUnit test runner that can add repeats/concurrenct/timing etc to tests. <dependency> <groupId>uk.co.thebadgerset</groupId> <artifactId>junit-toolkit</artifactId> <version>0.3</version> <scope>test</scope> </dependency> - --> <!-- Qpid Version Dependencies --> <dependency> |
