File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit/html Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ");
You can’t perform that action at this time.
0 commit comments