summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/webapp-helloworld-bpel
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 09:02:15 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 09:02:15 +0000
commit516ee3817c64c7dba2846326492813388f33fe7e (patch)
tree0ec435f8725ce0cf0ee6fee1c67c3c75ddb1c99c /java/sca/itest/distribution/webapp-helloworld-bpel
parentd7899fb9299b55db23ac654aa7d6b6530f190ded (diff)
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
Diffstat (limited to 'java/sca/itest/distribution/webapp-helloworld-bpel')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java3
1 files changed, 2 insertions, 1 deletions
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");