[jboss-cvs] JBossAS SVN: r70799 - trunk/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 12 23:53:00 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-03-12 23:53:00 -0400 (Wed, 12 Mar 2008)
New Revision: 70799

Modified:
   trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
Log:
Add testDLQ to the suite

Modified: trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2008-03-13 03:27:01 UTC (rev 70798)
+++ trunk/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2008-03-13 03:53:00 UTC (rev 70799)
@@ -48,6 +48,7 @@
    {
       TestSuite suite = new TestSuite();
 
+      suite.addTest(new JmsDestinationUnitTestCase("testDLQ"));
       suite.addTest(new JmsDestinationUnitTestCase("testCreateQueue"));
       suite.addTest(new JmsDestinationUnitTestCase("testRemoveQueue"));
       suite.addTest(new JmsDestinationUnitTestCase("testCreateTopic"));




More information about the jboss-cvs-commits mailing list