Author: rmannibucau
Date: Fri Aug  5 09:18:29 2011
New Revision: 1154132

URL: http://svn.apache.org/viewvc?rev=1154132&view=rev
Log:
fixing host value for tomee in cdi tcks

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

Modified: openejb/trunk/openejb3/tck/cdi-tomee/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/tck/cdi-tomee/pom.xml?rev=1154132&r1=1154131&r2=1154132&view=diff
==============================================================================
--- openejb/trunk/openejb3/tck/cdi-tomee/pom.xml (original)
+++ openejb/trunk/openejb3/tck/cdi-tomee/pom.xml Fri Aug  5 09:18:29 2011
@@ -195,7 +195,7 @@
             
<org.jboss.testharness.runIntegrationTests>true</org.jboss.testharness.runIntegrationTests>
             
<org.jboss.testharness.container.forceRestart>true</org.jboss.testharness.container.forceRestart>
             
<org.jboss.testharness.libraryDirectory>${project.build.directory}/dependency/lib</org.jboss.testharness.libraryDirectory>
-            
<org.jboss.testharness.host>http://localhost:${tomee.http.port}/openejb/ejb</org.jboss.testharness.host>
+            
<org.jboss.testharness.host>http://localhost:${tomee.http.port}/</org.jboss.testharness.host>
             
<!--<org.jboss.testharness.outputDirectory>target</org.jboss.testharness.outputDirectory>-->
             <deleteArtifacts>true</deleteArtifacts>
 


Reply via email to