diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-01-22 21:12:45 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-01-22 21:12:45 +0000 |
| commit | 2801b3827c07062ca30b6c246d0c057ebb971777 (patch) | |
| tree | 69a99114cf694d98183ed8e8b7516aab51bc2836 /java/client/src/test | |
| parent | abfd652c09f7a267b175d7105ca0b9c1f618e368 (diff) | |
| download | qpid-python-2801b3827c07062ca30b6c246d0c057ebb971777.tar.gz | |
Synchronized the toString method in the Content class
Removed commented code from the BasicMessageProducer
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@498804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src/test')
| -rw-r--r-- | java/client/src/test/java/org/apache/qpid/test/unit/basic/PubSubTwoConnectionTest.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/basic/PubSubTwoConnectionTest.java b/java/client/src/test/java/org/apache/qpid/test/unit/basic/PubSubTwoConnectionTest.java index f4814795c4..b853963c96 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/basic/PubSubTwoConnectionTest.java +++ b/java/client/src/test/java/org/apache/qpid/test/unit/basic/PubSubTwoConnectionTest.java @@ -64,4 +64,15 @@ public class PubSubTwoConnectionTest extends TestCase assertNotNull(tm1); assertEquals("Hello", tm1.getText()); } + + public static void main(String[] args){ + PubSubTwoConnectionTest test = new PubSubTwoConnectionTest(); + try { + test.setUp(); + test.testTwoConnections(); + } catch (Exception e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } } |
