TUSCANY-3134 - Re-enable iTest

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-07-27 08:01:06 +00:00
parent 3f66851de2
commit 56a36dac9b

View file

@ -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();