[jboss-cvs] JBossAS SVN: r61660 - trunk/testsuite/src/resources/web/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 24 22:54:33 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-24 22:54:33 -0400 (Sat, 24 Mar 2007)
New Revision: 61660

Modified:
   trunk/testsuite/src/resources/web/META-INF/application-bad.xml
   trunk/testsuite/src/resources/web/META-INF/application-good.xml
   trunk/testsuite/src/resources/web/META-INF/application2.xml
Log:
Fix the invalid web module elements

Modified: trunk/testsuite/src/resources/web/META-INF/application-bad.xml
===================================================================
--- trunk/testsuite/src/resources/web/META-INF/application-bad.xml	2007-03-25 02:50:11 UTC (rev 61659)
+++ trunk/testsuite/src/resources/web/META-INF/application-bad.xml	2007-03-25 02:54:33 UTC (rev 61660)
@@ -6,10 +6,10 @@
 
 <application>
     <display-name>JBossTest Web Container Testsuite</display-name>
-
+    <description>Another war to test redployment</description>
+   
     <module>
        <web>
-           <description>Another war to test redployment</description>
            <web-uri>bad-web.war</web-uri>
            <context-root>/redeploy</context-root>
        </web>

Modified: trunk/testsuite/src/resources/web/META-INF/application-good.xml
===================================================================
--- trunk/testsuite/src/resources/web/META-INF/application-good.xml	2007-03-25 02:50:11 UTC (rev 61659)
+++ trunk/testsuite/src/resources/web/META-INF/application-good.xml	2007-03-25 02:54:33 UTC (rev 61660)
@@ -6,10 +6,10 @@
 
 <application>
     <display-name>JBossTest Web Container Testsuite</display-name>
-
+    <description>Another war to test redployment</description>
+   
     <module>
        <web>
-           <description>Another war to test redployment</description>
            <web-uri>good-web.war</web-uri>
            <context-root>/redeploy</context-root>
        </web>

Modified: trunk/testsuite/src/resources/web/META-INF/application2.xml
===================================================================
--- trunk/testsuite/src/resources/web/META-INF/application2.xml	2007-03-25 02:50:11 UTC (rev 61659)
+++ trunk/testsuite/src/resources/web/META-INF/application2.xml	2007-03-25 02:54:33 UTC (rev 61660)
@@ -6,14 +6,13 @@
 
 <application>
     <display-name>JBossTest Web Container Testsuite</display-name>
-
+    <description>Another war to test context-root matching</description>
+   
     <module>
        <web>
-           <description>Another war to test context-root matching</description>
            <web-uri>wars/notjbosstest-web.war</web-uri>
            <context-root>/jbosstest-not2</context-root>
        </web>
     </module>
 
 </application>
-




More information about the jboss-cvs-commits mailing list