Author: alain_defrance
Date: 2011-01-10 08:04:26 -0500 (Mon, 10 Jan 2011)
New Revision: 5717
Modified:
components/pc/trunk/test/servers/src/common/resources/common2.xml
components/pc/trunk/test/servers/tomcat6/src/test/build.xml
Log:
GTNPC-46
Modified: components/pc/trunk/test/servers/src/common/resources/common2.xml
===================================================================
--- components/pc/trunk/test/servers/src/common/resources/common2.xml 2011-01-10 12:53:02
UTC (rev 5716)
+++ components/pc/trunk/test/servers/src/common/resources/common2.xml 2011-01-10 13:04:26
UTC (rev 5717)
@@ -154,7 +154,7 @@
</sequential>
</macrodef>
- <target name="package-tests">
+ <target name="package-tests" depends="prepare_env">
<package-tck-test test="portletinterface"/>
<package-tck-test test="dispatcher"/>
Modified: components/pc/trunk/test/servers/tomcat6/src/test/build.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/src/test/build.xml 2011-01-10 12:53:02 UTC
(rev 5716)
+++ components/pc/trunk/test/servers/tomcat6/src/test/build.xml 2011-01-10 13:04:26 UTC
(rev 5717)
@@ -20,7 +20,7 @@
<path refid="portal-portlet"/>
<path refid="jboss-unit"/>
<path refid="jboss-xb"/>
- <pathelement location="${apache-xerces:xerces:jar}"/>
+ <pathelement location="${apache-xerces:xercesImpl:jar}"/>
<pathelement location="${apache-xerces:xml-apis:jar}"/>
<pathelement location="${apache-xerces:resolver:jar}"/>
</path>