[seam-commits] Seam SVN: r14627 - branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 23 04:12:37 EDT 2012


Author: maschmid
Date: 2012-04-23 04:12:36 -0400 (Mon, 23 Apr 2012)
New Revision: 14627

Modified:
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/ProductUnitTest.java
Log:
dvdstore example ignore ProductUnitTest::testRequiredAttributes, AS7 issue


Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/ProductUnitTest.java
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/ProductUnitTest.java	2012-04-20 14:03:25 UTC (rev 14626)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/ProductUnitTest.java	2012-04-23 08:12:36 UTC (rev 14627)
@@ -15,6 +15,7 @@
 import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
 import org.jboss.shrinkwrap.api.spec.WebArchive;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -40,6 +41,7 @@
       return er;
    }
    
+    @Ignore //AS7-4576
     @Test
     public void testRequiredAttributes()
         throws Exception



More information about the seam-commits mailing list