diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-22 23:33:19 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-22 23:33:19 +0000 |
| commit | 7c140ba27960c0b851cfb09be5993e07ac1428f6 (patch) | |
| tree | 82d5cde7d5c8e8a71b0c411e039c1c8d5cd389ce /qpid/java | |
| parent | 7aa3a14d653311a5352b51cf8c2f68608a3a97f1 (diff) | |
| download | qpid-python-7c140ba27960c0b851cfb09be5993e07ac1428f6.tar.gz | |
client/pom.xml - removed TransactedTest.java from exclude Listener.java
TransactedTest.java - fixed naming of setup to setUp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@478380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/client/pom.xml | 1 | ||||
| -rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index cd619a824a..915f51245c 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -118,7 +118,6 @@ </includes> <excludes> <exclude>**/JNDIReferenceableTest.java</exclude> - <exclude>**/TransactedTest.java</exclude> </excludes> </configuration> </plugin> diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java index 8918259be3..92f3234bba 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/transacted/TransactedTest.java @@ -50,7 +50,7 @@ public class TransactedTest extends TestCase private MessageConsumer testConsumer1; private MessageConsumer testConsumer2; - protected void setup() throws Exception + protected void setUp() throws Exception { super.setUp(); queue1 = new AMQQueue("Q1", false); |
