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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 1 13:28:27 EST 2007


Author: ALRubinger
Date: 2007-12-01 13:28:27 -0500 (Sat, 01 Dec 2007)
New Revision: 67719

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1123/unit/MultipleInterfacesInInheritanceForMDBUnitTestCase.java
Log:
[EJBTHREE-1123] Added NYI Description to explicit failure

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1123/unit/MultipleInterfacesInInheritanceForMDBUnitTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1123/unit/MultipleInterfacesInInheritanceForMDBUnitTestCase.java	2007-12-01 18:26:57 UTC (rev 67718)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree1123/unit/MultipleInterfacesInInheritanceForMDBUnitTestCase.java	2007-12-01 18:28:27 UTC (rev 67719)
@@ -54,6 +54,6 @@
     */
    public void testMultipleOccurancesOfSameInterfaceInInheritanceForMDB() throws Exception
    {
-      fail();
+      fail("NYI; Deployment currently fails due to Classloading error.");
    }
 }
\ No newline at end of file




More information about the jboss-cvs-commits mailing list