From 0fa9815607844e6a7283a5936febd805e66d84b8 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 21 Feb 2009 08:24:41 +0000 Subject: Update to not include the version in the webapp path git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746450 13f79535-47bb-0310-9956-ffa450edef68 --- .../webapp-helloworld-jsp/src/test/java/itest/HelloworldTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sca/itest/distribution/webapp-helloworld-jsp/src') diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/src/test/java/itest/HelloworldTestCase.java b/java/sca/itest/distribution/webapp-helloworld-jsp/src/test/java/itest/HelloworldTestCase.java index 161560ed2b..7bcd590cf0 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/src/test/java/itest/HelloworldTestCase.java +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/src/test/java/itest/HelloworldTestCase.java @@ -38,7 +38,7 @@ public class HelloworldTestCase { @Test public void testA() throws FailingHttpStatusCodeException, MalformedURLException, IOException { - HtmlPage page = (HtmlPage)new WebClient().getPage("http://localhost:8085/helloworld-jsp-2.0-SNAPSHOT"); + HtmlPage page = (HtmlPage)new WebClient().getPage("http://localhost:8085/helloworld-jsp"); Iterator ss = page.getAllHtmlChildElements(); ss.next(); ss.next(); -- cgit v1.2.3