You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2011/09/06 18:04:28 UTC

svn commit: r1165736 - in /geronimo/server/trunk/testsuite: deployment-testsuite/deployment-tests/pom.xml deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml pom.xml

Author: xiaming
Date: Tue Sep  6 16:04:28 2011
New Revision: 1165736

URL: http://svn.apache.org/viewvc?rev=1165736&view=rev
Log:
GERONIMO-5461 reenable deployment-testsuite firstly, jca-cms-tests still failed to deployment

Modified:
    geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml
    geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml?rev=1165736&r1=1165735&r2=1165736&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml (original)
+++ geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml Tue Sep  6 16:04:28 2011
@@ -31,7 +31,7 @@
     </parent>
     
     <artifactId>deployment-tests</artifactId>
-    <name>Geronimo TestSuite, Deployment :: Deployment Tests</name>
+    <name>Geronimo TestSuite :: Deployment :: Deployment Tests</name>
     
     <description>
         Tests for the test-deployables.

Modified: geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml?rev=1165736&r1=1165735&r2=1165736&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml (original)
+++ geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml Tue Sep  6 16:04:28 2011
@@ -76,6 +76,21 @@
                             <artifactId>manifestcp-ejb</artifactId>
                             <bundleFileName>ejb.jar</bundleFileName>
                         </ejbModule>
+                        <jarModule>
+                            <groupId>org.apache.geronimo.testsuite</groupId>
+                            <artifactId>manifestcp-jar</artifactId>
+                            <bundleDir>lib</bundleDir>
+                        </jarModule>
+                        <jarModule>
+                            <groupId>org.apache.geronimo.testsuite</groupId>
+                            <artifactId>manifestcp-jar2</artifactId>
+                            <bundleDir>lib</bundleDir>
+                        </jarModule>
+                        <jarModule>
+                            <groupId>org.apache.geronimo.testsuite</groupId>
+                            <artifactId>manifestcp-war-jar</artifactId>
+                            <bundleDir>lib</bundleDir>
+                        </jarModule>
                     </modules>
                 </configuration>
             </plugin>

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=1165736&r1=1165735&r2=1165736&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Tue Sep  6 16:04:28 2011
@@ -289,10 +289,8 @@
         <module>commands-testsuite</module>
         <module>corba-testsuite</module>
         <module>enterprise-testsuite</module>
-        <!--
-                <module>console-testsuite</module>
-                <module>deployment-testsuite</module>
-        -->
+        <module>console-testsuite</module>
+        <module>deployment-testsuite</module>
         <module>security-testsuite</module>
         <module>web-testsuite</module>
         <module>webservices-testsuite</module>
@@ -301,14 +299,13 @@
     </modules>
 
     <profiles>
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
+        <!--<profile>
+            <id>all-subprojects</id>            
             <modules>
                 <module>console-testsuite</module>
                 <module>deployment-testsuite</module>
             </modules>
-        </profile>
+        </profile>-->
         <profile>
             <id>it</id>
             <activation>