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:
parent
3f66851de2
commit
56a36dac9b
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue