[jboss-cvs] JBossAS SVN: r58962 - trunk/testsuite/src/main/org/jboss/test/client/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 10 18:43:43 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-10 18:43:41 -0500 (Sun, 10 Dec 2006)
New Revision: 58962

Modified:
   trunk/testsuite/src/main/org/jboss/test/client/test/AppClientUnitTestCase.java
Log:
Correct the test of the anotherQueue2 value

Modified: trunk/testsuite/src/main/org/jboss/test/client/test/AppClientUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/client/test/AppClientUnitTestCase.java	2006-12-10 23:21:05 UTC (rev 58961)
+++ trunk/testsuite/src/main/org/jboss/test/client/test/AppClientUnitTestCase.java	2006-12-10 23:43:41 UTC (rev 58962)
@@ -83,7 +83,7 @@
       assertTrue("jms/anotherQueue isa Queue", anotherQueue != null);
 
       Queue anotherQueue2 = (Queue) enc.lookup("jms/anotherQueue2");
-      assertTrue("jms/anotherQueue2 isa Queue", anotherQueue != null);
+      assertTrue("jms/anotherQueue2 isa Queue", anotherQueue2 != null);
    }
 
    /** Test access to EJBs located through the java:comp/env context




More information about the jboss-cvs-commits mailing list