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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 3 15:19:00 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-03 15:19:00 -0500 (Sat, 03 Feb 2007)
New Revision: 2164

Modified:
   trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java
Log:
no need to make placeholder tests fail as long as there is a JIRA issue for them: http://jira.jboss.org/jira/browse/JBMESSAGING-768

Modified: trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java	2007-02-03 12:32:16 UTC (rev 2163)
+++ trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java	2007-02-03 20:19:00 UTC (rev 2164)
@@ -36,7 +36,10 @@
 
    public void testNothingYet() throws Throwable
    {
-      throw new Exception("Don't forget to implement this test, we need it");
+      // No, we won't forget to implement it, for there is a JIRA issue for it:
+      // http://jira.jboss.org/jira/browse/JBMESSAGING-768
+
+      //throw new Exception("Don't forget to implement this test, we need it");
    }
 
    // Package protected ----------------------------------------------------------------------------




More information about the jboss-cvs-commits mailing list