Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeffliu2005-06-08 02:38:32 +0000
committerjeffliu2005-06-08 02:38:32 +0000
commit75e0505ad7a88cb1e912a45dae9c0b0a12644107 (patch)
treea5038546e08ddb0846439878ea18a16934fc58be /tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java
parentfee4bb494b345a11e173afaa3a80f7b347b298fd (diff)
downloadwebtools.webservices-75e0505ad7a88cb1e912a45dae9c0b0a12644107.tar.gz
webtools.webservices-75e0505ad7a88cb1e912a45dae9c0b0a12644107.tar.xz
webtools.webservices-75e0505ad7a88cb1e912a45dae9c0b0a12644107.zip
[98737] Performance: Update to WS performance tests
Diffstat (limited to 'tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java')
-rw-r--r--tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java b/tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java
index b2ccd4e68..0ec971c37 100644
--- a/tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java
+++ b/tests/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java
@@ -39,7 +39,7 @@ public class PerfmsrClientAxisTC50 extends WSWizardTomcat50Test {
protected void installInputData() throws Exception {
// Create an associated Web project (TestWeb) targetted to Tomcat v5.0
- Status s = JUnitUtils.createWebProject(CLIENT_PROJECT_NAME, CLIENT_WEB_MODULE_NAME, SERVERTYPEID_TC50, String.valueOf(J2EEVersionConstants.J2EE_1_4_ID), env_);
+ Status s = JUnitUtils.createWebModule(CLIENT_PROJECT_NAME, CLIENT_WEB_MODULE_NAME, SERVERTYPEID_TC50, String.valueOf(J2EEVersionConstants.J2EE_1_4_ID), env_);
if (s.getSeverity() != Status.OK)
throw new Exception(s.getThrowable());

Back to the top