Skip to content

Commit 4ecfee4

Browse files
committed
add hint
1 parent 7b8b187 commit 4ecfee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/org/htmlunit/html/HtmlPage6Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void refresh_MetaTag_wrong_url_label() throws Exception {
122122
@Test
123123
@Alerts({"first", "3", "§§URL§§"})
124124
public void refresh_MetaTag_NoUrl() throws Exception {
125+
// currently an endless loop
125126
// todo testRefresh_MetaTag("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1\">");
126127
// todo testRefresh_MetaTag("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1;\">");
127128
// todo testRefresh_MetaTag("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1 \">");
@@ -282,6 +283,7 @@ public void refresh_HttpResponseHeader_wrong_url_label() throws Exception {
282283
@Test
283284
@Alerts({"first", "3", "§§URL§§"})
284285
public void refresh_HttpResponseHeader_NoUrl() throws Exception {
286+
// currently an endless loop
285287
// todo testRefresh_HttpResponseHeader("1");
286288
// todo testRefresh_HttpResponseHeader("1;");
287289
// todo testRefresh_HttpResponseHeader("1 ");

0 commit comments

Comments
 (0)