Skip to content

Commit 3f70035

Browse files
committed
cleanup
1 parent 48a158b commit 3f70035

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/test/java/org/htmlunit/HttpWebConnection3Test.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,19 +1506,4 @@ public void loadJavascriptCharset() throws Exception {
15061506
assertEquals(Arrays.asList(expectedHeaders).toString(), Arrays.asList(headers).toString());
15071507
}
15081508
}
1509-
1510-
/**
1511-
* @throws Exception if the test fails
1512-
*/
1513-
@Test
1514-
@Alerts("")
1515-
public void unknownHost() throws Exception {
1516-
try {
1517-
getWebDriver().get("https://thisserverisnotknown.dom");
1518-
System.out.println("ööööööööööööö");
1519-
}
1520-
catch (final WebDriverException e) {
1521-
assertEquals(getExpectedAlerts()[0], e.getMessage());
1522-
}
1523-
}
15241509
}

0 commit comments

Comments
 (0)