diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-03-07 12:13:16 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-03-07 12:13:16 +0000 |
| commit | 735d2fbd9b1cf73410363d23591d50fe34c61dc4 (patch) | |
| tree | 0011ca76f264f0ff1e35f084f441bebbb99078a2 /qpid/java/systests | |
| parent | 5b8588bb234e08b01a41d25fcf1d52a11ebb22e8 (diff) | |
| download | qpid-python-735d2fbd9b1cf73410363d23591d50fe34c61dc4.tar.gz | |
QPID-5048: get the tests running again for the perftests module
Patch submitted by Andrew MacBean <andymacbean@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml index 319a3da5b2..070e9f9ace 100644 --- a/qpid/java/systests/pom.xml +++ b/qpid/java/systests/pom.xml @@ -185,4 +185,8 @@ </dependencies> + <build> + <testSourceDirectory>src/main/java</testSourceDirectory> + </build> + </project> |
