[jboss-cvs] JBossAS SVN: r68319 - trunk/testsuite/src/main/org/jboss/test/deployers/seam/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 15 19:29:47 EST 2007


Author: alesj
Date: 2007-12-15 19:29:47 -0500 (Sat, 15 Dec 2007)
New Revision: 68319

Modified:
   trunk/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleTestCase.java
Log:
Seam Dvd example uses -ds.xml.

Modified: trunk/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleTestCase.java	2007-12-15 20:09:14 UTC (rev 68318)
+++ trunk/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleTestCase.java	2007-12-16 00:29:47 UTC (rev 68319)
@@ -37,6 +37,6 @@
 
    public static Test suite() throws Exception
    {
-      return deploy(SeamDvdExampleTestCase.class, false);
+      return deploy(SeamDvdExampleTestCase.class);
    }
 }




More information about the jboss-cvs-commits mailing list