From 516ee3817c64c7dba2846326492813388f33fe7e Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 24 Jul 2009 09:02:15 +0000 Subject: Add back the @Test annotation so the testcase doesn't fail due to no tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797375 13f79535-47bb-0310-9956-ffa450edef68 --- .../webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/sca/itest/distribution/webapp-helloworld-bpel') diff --git a/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java b/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java index f418d6c8a7..8c5bc505d6 100644 --- a/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java +++ b/java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java @@ -26,6 +26,7 @@ import java.net.MalformedURLException; import java.util.Iterator; import org.junit.Ignore; +import org.junit.Test; import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException; import com.gargoylesoftware.htmlunit.WebClient; @@ -36,7 +37,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlParagraph; */ public class HelloworldTestCase { - //@Test + @Test @Ignore("TUSCANY-3134") public void testA() throws FailingHttpStatusCodeException, MalformedURLException, IOException { HtmlPage page = (HtmlPage)new WebClient().getPage("http://localhost:8085/helloworld-bpel"); -- cgit v1.2.3