diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2007-11-05 11:08:01 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2007-11-05 11:08:01 +0000 |
| commit | d8c35727d1ecd5d88b5919c73b2096c58ed96ccb (patch) | |
| tree | e93c32c74c347d15a54b8f5cb0b55619f3466628 /java/client/src | |
| parent | f3eaaed4e261059f7684388b939f1befeddb90d0 (diff) | |
| download | qpid-python-d8c35727d1ecd5d88b5919c73b2096c58ed96ccb.tar.gz | |
changed to only run dtx tests when the broker version is not 0_8
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@591959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src')
| -rw-r--r-- | java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java b/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java index 3812b79893..51de39719e 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java +++ b/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java @@ -93,6 +93,7 @@ public class QueueTests extends QpidTestCase protected void setUp() throws Exception { super.setUp(); + init(); } /** @@ -122,7 +123,7 @@ public class QueueTests extends QpidTestCase /** * Initialize standard actors */ - public void testInit() + public void init() { if (!isBroker08()) { @@ -730,7 +731,6 @@ public class QueueTests extends QpidTestCase { killBroker(); System.out.println("initializing server connection and actores "); - setUp(); - testInit(); + setUp(); } } |
