[jboss-cvs] JBossAS SVN: r106345 - in branches/JBPAPP_5_1/testsuite: src/main/org/jboss/test/deployers/seam/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 11:48:35 EDT 2010


Author: smcgowan at redhat.com
Date: 2010-06-30 11:48:35 -0400 (Wed, 30 Jun 2010)
New Revision: 106345

Added:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.java
Removed:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.java
Modified:
   branches/JBPAPP_5_1/testsuite/build.xml
Log:
Fix Seam Dvd Store Example

Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml	2010-06-30 15:28:25 UTC (rev 106344)
+++ branches/JBPAPP_5_1/testsuite/build.xml	2010-06-30 15:48:35 UTC (rev 106345)
@@ -1295,7 +1295,7 @@
     <include name="org/jboss/test/deployers/sar/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/web/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/jbas2904/test/*UnitTestCase.class"/>
-    <include name="org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.class"/>
+    <include name="org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.class"/>
     <include name="org/jboss/test/deployers/seam/test/SeamNumberguessExampleUnitTestCase.class"/>
     <include name="org/jboss/test/deployers/seam/test/SeamVFSClassloadingUnitTestCase.class"/>
   </patternset>
@@ -1378,7 +1378,7 @@
       <exclude name="org/jboss/test/web/test/WebIntegrationUnitTestCase.class" if="build.ewp"/>
 
       <!-- EWP doesn't ships bsh.jar -->
-      <exclude name="org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.class" if="build.ewp"/>
+      <exclude name="org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.class" if="build.ewp"/>
 
       <!-- EWP doesn't ships management console (console-mgr.sar) -->
       <exclude name="org/jboss/test/console/jbas3861/*.class" if="build.ewp"/>

Deleted: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.java	2010-06-30 15:28:25 UTC (rev 106344)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.java	2010-06-30 15:48:35 UTC (rev 106345)
@@ -1,42 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.deployers.seam.test;
-
-import junit.framework.Test;
-
-/**
- * Test Seam Dvd example.
- *
- * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
- */
-public class SeamDvdExampleUnitTestCase extends SeamExampleTest
-{
-   public SeamDvdExampleUnitTestCase(String test)
-   {
-      super(test);
-   }
-
-   public static Test suite() throws Exception
-   {
-      return deploy(SeamDvdExampleUnitTestCase.class);
-   }
-}

Copied: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.java (from rev 106342, branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdExampleUnitTestCase.java)
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.java	                        (rev 0)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/deployers/seam/test/SeamDvdstoreExampleUnitTestCase.java	2010-06-30 15:48:35 UTC (rev 106345)
@@ -0,0 +1,42 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.deployers.seam.test;
+
+import junit.framework.Test;
+
+/**
+ * Test Seam Dvd Store example.
+ *
+ * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
+ */
+public class SeamDvdstoreExampleUnitTestCase extends SeamExampleTest
+{
+   public SeamDvdstoreExampleUnitTestCase(String test)
+   {
+      super(test);
+   }
+
+   public static Test suite() throws Exception
+   {
+      return deploy(SeamDvdstoreExampleUnitTestCase.class);
+   }
+}



More information about the jboss-cvs-commits mailing list