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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 21 06:40:37 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-21 06:40:36 -0500 (Sun, 21 Jan 2007)
New Revision: 2016

Added:
   trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java
Log:
placeholder for http://jira.jboss.org/jira/browse/JBMESSAGING-768

Added: trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java	                        (rev 0)
+++ trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java	2007-01-21 11:40:36 UTC (rev 2016)
@@ -0,0 +1,49 @@
+/**
+ * JBoss, Home of Professional Open Source
+ *
+ * Distributable under LGPL license.
+ * See terms of license at gnu.org.
+ */
+package org.jboss.test.thirdparty.remoting;
+
+import org.jboss.test.messaging.MessagingTestCase;
+
+/**
+ * This test makes sure that all client-side threads employed by Messaging are well behaved and
+ * don't prevent a client from exiting cleanly.
+ *
+ * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
+ * @version <tt>$Revision$</tt>
+ *
+ * $Id$
+ */
+public class DaemonThreadTest extends MessagingTestCase
+{
+   // Constants ------------------------------------------------------------------------------------
+
+   // Static ---------------------------------------------------------------------------------------
+
+   // Attributes -----------------------------------------------------------------------------------
+
+   // Constructors ---------------------------------------------------------------------------------
+
+   public DaemonThreadTest(String name)
+   {
+      super(name);
+   }
+
+   // Public ---------------------------------------------------------------------------------------
+
+   public void testNothingYet() throws Throwable
+   {
+   }
+
+   // Package protected ----------------------------------------------------------------------------
+
+   // Protected ------------------------------------------------------------------------------------
+
+   // Private --------------------------------------------------------------------------------------
+
+   // Inner classes --------------------------------------------------------------------------------
+
+}


Property changes on: trunk/tests/src/org/jboss/test/thirdparty/remoting/DaemonThreadTest.java
___________________________________________________________________
Name: svn:keywords
   + Id LastChangedDate Author Revision




More information about the jboss-cvs-commits mailing list