You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/15 21:14:34 UTC

svn commit: r1244682 - /openejb/trunk/openejb/tck/cdi-tomee/pom.xml

Author: rmannibucau
Date: Wed Feb 15 20:14:34 2012
New Revision: 1244682

URL: http://svn.apache.org/viewvc?rev=1244682&view=rev
Log:
using passing.xml instead of webapp-passing (deployer and webapp version should use the same)

Modified:
    openejb/trunk/openejb/tck/cdi-tomee/pom.xml

Modified: openejb/trunk/openejb/tck/cdi-tomee/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/tck/cdi-tomee/pom.xml?rev=1244682&r1=1244681&r2=1244682&view=diff
==============================================================================
--- openejb/trunk/openejb/tck/cdi-tomee/pom.xml (original)
+++ openejb/trunk/openejb/tck/cdi-tomee/pom.xml Wed Feb 15 20:14:34 2012
@@ -261,7 +261,7 @@
       <id>webapp-deployer</id>
       <properties>
         <org.jboss.testharness.spi.Containers>org.apache.openejb.tck.impl.FullRestartContainer</org.jboss.testharness.spi.Containers>
-        <suiteXmlFile>src/test/resources/webapps-passing.xml</suiteXmlFile>
+        <!--suiteXmlFile>src/test/resources/webapps-passing.xml</suiteXmlFile-->
       </properties>
     </profile>
   </profiles>