[jboss-cvs] JBossAS SVN: r90436 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 18 12:02:21 EDT 2009


Author: emuckenhuber
Date: 2009-06-18 12:02:21 -0400 (Thu, 18 Jun 2009)
New Revision: 90436

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
Log:
fix testcase.

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2009-06-18 15:56:06 UTC (rev 90435)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.java	2009-06-18 16:02:21 UTC (rev 90436)
@@ -279,7 +279,7 @@
       o = getOperation(component, "start", new String[0]);
       o.invoke(new MetaValue[0]);
       //
-      assertEquals(RunState.RUNNING, component.getRunState());
+      assertEquals(RunState.STOPPED, component.getRunState());
    }
 
    public void testMultipleQueues() throws Exception




More information about the jboss-cvs-commits mailing list