You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/02/12 23:23:02 UTC

svn commit: r627155 - /incubator/qpid/trunk/qpid/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java

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)
      *