summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-27 08:01:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-27 08:01:06 +0000
commit56a36dac9b4428ff730254bbfd54b18f9c5b7540 (patch)
tree2ea663c296befed289156e76b3440964764fe4e2 /java
parent3f66851de2b6304775c25b2840bbd162fb8aee95 (diff)
TUSCANY-3134 - Re-enable iTest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/itest/distribution/webapp-helloworld-bpel/src/test/java/itest/HelloworldTestCase.java2
1 files changed, 0 insertions, 2 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 8c5bc505d6..5b29292acf 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
@@ -25,7 +25,6 @@ import java.io.IOException;
import java.net.MalformedURLException;
import java.util.Iterator;
-import org.junit.Ignore;
import org.junit.Test;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
@@ -38,7 +37,6 @@ import com.gargoylesoftware.htmlunit.html.HtmlParagraph;
public class HelloworldTestCase {
@Test
- @Ignore("TUSCANY-3134")
public void testA() throws FailingHttpStatusCodeException, MalformedURLException, IOException {
HtmlPage page = (HtmlPage)new WebClient().getPage("http://localhost:8085/helloworld-bpel");
Iterator<?> ss = page.getAllHtmlChildElements();