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 | 7c8d53c89603a399926ff487cd9a667197f6286b (patch) | |
| tree | 9088d7bd8ca27a38f4e34d52ad397bd4e1d78490 /qpid/java/client | |
| parent | 93085a27441a62b1598b1ec14a9bb0477e27c618 (diff) | |
| download | qpid-python-7c8d53c89603a399926ff487cd9a667197f6286b.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@591959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java index 3812b79893..51de39719e 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/xa/QueueTests.java +++ b/qpid/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(); } } |
