Author: aidan
Date: Wed Apr 23 03:14:32 2008
New Revision: 650813

URL: http://svn.apache.org/viewvc?rev=650813&view=rev
Log:
QPID-832 remember to pass username to getConnection

Modified:
    
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/basic/SelectorTest.java

Modified: 
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/basic/SelectorTest.java
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/basic/SelectorTest.java?rev=650813&r1=650812&r2=650813&view=diff
==============================================================================
--- 
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/basic/SelectorTest.java
 (original)
+++ 
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/basic/SelectorTest.java
 Wed Apr 23 03:14:32 2008
@@ -55,7 +55,7 @@
     protected void setUp() throws Exception
     {
         super.setUp();
-        init((AMQConnection) getConnection("", "guest"));
+        init((AMQConnection) getConnection("guest", "guest"));
     }
 
     protected void tearDown() throws Exception


Reply via email to