[jboss-cvs] JBossAS SVN: r99040 - in trunk/testsuite: src/main/org/jboss/test/spring/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 5 13:24:33 EST 2010


Author: bstansberry at jboss.com
Date: 2010-01-05 13:24:33 -0500 (Tue, 05 Jan 2010)
New Revision: 99040

Removed:
   trunk/testsuite/src/main/org/jboss/test/spring/test/SpringClusterTestCase.java
Modified:
   trunk/testsuite/imports/sections/spring.xml
Log:
[JBAS-7593] Remove SpringClusterTestCase

Modified: trunk/testsuite/imports/sections/spring.xml
===================================================================
--- trunk/testsuite/imports/sections/spring.xml	2010-01-05 18:12:03 UTC (rev 99039)
+++ trunk/testsuite/imports/sections/spring.xml	2010-01-05 18:24:33 UTC (rev 99040)
@@ -39,16 +39,6 @@
       <!-- SERVICE -->
       <copy tofile="${build.lib}/standalone-spring.xml" file="${build.resources}/spring/standalone-spring.xml"/>
 
-     <!-- Cluster -->
-     <jar destfile="${build.lib}/spring-cluster-pojos.jar">
-        <fileset dir="${build.resources}/spring/cluster">
-           <include name="**/*.xml"/>
-        </fileset>
-        <fileset dir="${build.classes}">
-           <include name="org/jboss/test/spring/cluster/**"/>
-        </fileset>
-     </jar>
-
      <!-- Facade -->
      <jar destfile="${build.lib}/spring-facade.jar">
         <fileset dir="${build.resources}/spring/facade">

Deleted: trunk/testsuite/src/main/org/jboss/test/spring/test/SpringClusterTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/spring/test/SpringClusterTestCase.java	2010-01-05 18:12:03 UTC (rev 99039)
+++ trunk/testsuite/src/main/org/jboss/test/spring/test/SpringClusterTestCase.java	2010-01-05 18:24:33 UTC (rev 99040)
@@ -1,45 +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.spring.test;
-
-import junit.framework.Test;
-
-/**
- * @author <a href="mailto:ales.justin at jboss.com">Ales Justin</a>
- */
-public class SpringClusterTestCase extends AbstractSpringTest
-{
-   public SpringClusterTestCase(String name)
-   {
-      super(name);
-   }
-
-   public static Test suite() throws Exception
-   {
-      return getDeploySetup(SpringClusterTestCase.class, "spring-cluster-pojos.jar");
-   }
-
-   public void testStandalone() throws Exception
-   {
-      assertTrue(isDeployed("spring-cluster-pojos.jar"));
-   }
-}
\ No newline at end of file




More information about the jboss-cvs-commits mailing list