From 683c6eb321354ac3dcaf57a90441b6aa36765100 Mon Sep 17 00:00:00 2001
From: jeffliu <jeffliu>
Date: Wed, 18 May 2005 18:35:54 +0000
Subject: [PATCH] [95813] Adding OAGIS WSDLs testcases to the build

---
 archive/org.eclipse.wtp.releng/maps/wtp-feature.map      | 2 +-
 .../org.eclipse.wtp.releng/testScripts/test.properties   | 2 ++
 archive/org.eclipse.wtp.releng/testScripts/test.xml      | 9 +++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
index 2418a8b44..ecd25c102 100644
--- a/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
+++ b/archive/org.eclipse.wtp.releng/maps/wtp-feature.map
@@ -3,7 +3,7 @@ feature@org.eclipse.wst.sdk=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/h
 feature@org.eclipse.jst=v20050516_1710,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst
 feature@org.eclipse.jst.sdk=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.sdk
 feature@org.eclipse.wst.tests.feature=v20050420_1240,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.feature
-feature@org.eclipse.wst.tests.performance.feature=v20050418_1130,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.performance.feature
+feature@org.eclipse.wst.tests.performance.feature=v20050518_1429,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/features/org.eclipse.wst.tests.performance.feature
 feature@org.eclipse.jst.tests=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests
 feature@org.eclipse.jst.tests.performance.feature=v20050516_1315,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/features/org.eclipse.jst.tests.performance.feature
 
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.properties b/archive/org.eclipse.wtp.releng/testScripts/test.properties
index 9d4ef74cf..fc6e98f34 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.properties
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.properties
@@ -58,6 +58,8 @@ org.eclipse.wst.xml.ui.tests.performance=org.eclipse.wst.xml.ui.tests.performanc
 
 org.eclipse.jst.ws.tests.performance=org.eclipse.jst.ws.tests.performance_1.0.0
 
+org.eclipse.wst.wsdl.tests.performance=org.eclipse.wst.wsdl.tests.performance_1.0.0
+
 # Tomcat dirs
 tomcat50Dir=jakarta-tomcat-5.0.28
 
diff --git a/archive/org.eclipse.wtp.releng/testScripts/test.xml b/archive/org.eclipse.wtp.releng/testScripts/test.xml
index d50c09cbc..2a2c74d4d 100644
--- a/archive/org.eclipse.wtp.releng/testScripts/test.xml
+++ b/archive/org.eclipse.wtp.releng/testScripts/test.xml
@@ -391,6 +391,14 @@
 		</antcall>
 	</target>
 
+	<!-- wsdl performance tests -->
+	<target name="wst-wsdl-perfTests">
+		<antcall target="runtests">
+			<param name="testPlugin" value="${org.eclipse.wst.wsdl.tests.performance}" />
+			<param name="report" value="org.eclipse.wst.wsdl.tests.performance" />
+		</antcall>
+	</target>
+
 	<target name="all" depends="init">
 		<antcall target="wst-server-tests"/>
 		<antcall target="wst-monitor-tests"/>
@@ -420,6 +428,7 @@
 
 	<target name="performance" depends="init">
 		<antcall target="wst-common-perfTests"/>
+		<antcall target="wst-wsdl-perfTests"/>
 		<!--
 		<antcall target="all">
 			<param name="runAsPerfApp" value="true"/>
-- 
GitLab