[jboss-cvs] JBossAS SVN: r64030 - trunk/ejb3/src/test/org/jboss/ejb3/test/service/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 13 07:58:38 EDT 2007


Author: wolfc
Date: 2007-07-13 07:58:38 -0400 (Fri, 13 Jul 2007)
New Revision: 64030

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/service/unit/ServiceUnitTestCase.java
Log:
typo

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/service/unit/ServiceUnitTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/service/unit/ServiceUnitTestCase.java	2007-07-13 11:50:18 UTC (rev 64029)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/service/unit/ServiceUnitTestCase.java	2007-07-13 11:58:38 UTC (rev 64030)
@@ -475,8 +475,8 @@
 //         int create = Integer.parseInt((String)creates.get(i));
          int start = Integer.parseInt((String)starts.get(i));
          int expected = (i == 0) ? i + 1 : i + 2;
-//         assertEquals("Creation of Service" + create + "appears at the wronmg place" + createAll, expected, create);
-         assertEquals("Start of Service" + start + "appears at the wronmg place" + startAll, expected, start);
+//         assertEquals("Creation of Service " + create + " appears at the wrong place " + createAll, expected, create);
+         assertEquals("Start of Service " + start + " appears at the wrong place " + startAll, expected, start);
       }
    }
 




More information about the jboss-cvs-commits mailing list