Author: rhs
Date: Tue Feb 12 14:23:02 2008
New Revision: 627155
URL: http://svn.apache.org/viewvc?rev=627155&view=rev
Log:
added default getConnection()
Modified:
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
Modified:
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java?rev=627155&r1=627154&r2=627155&view=diff
==============================================================================
---
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
(original)
+++
incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
Tue Feb 12 14:23:02 2008
@@ -202,6 +202,11 @@
return _connectionFactory;
}
+ public Connection getConnection() throws Exception
+ {
+ return getConnection("guest", "guest");
+ }
+
/**
* Get a connection (remote or in-VM)
*