[jboss-cvs] JBoss Messaging SVN: r2065 - trunk/tests/src/org/jboss/test/thirdparty/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 26 01:13:57 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-26 01:13:57 -0500 (Fri, 26 Jan 2007)
New Revision: 2065

Modified:
   trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingTest.java
Log:
making the test fail nicer

Modified: trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingTest.java	2007-01-26 04:53:46 UTC (rev 2064)
+++ trunk/tests/src/org/jboss/test/thirdparty/remoting/RemotingTest.java	2007-01-26 06:13:57 UTC (rev 2065)
@@ -242,6 +242,7 @@
 
       TextMessage rm2 = (TextMessage)slot.poll(5000);
 
+      assertNotNull(rm2);
       assertEquals("blah2", rm2.getText());
 
       conn.close();




More information about the jboss-cvs-commits mailing list