|
20 | 20 | import static org.htmlunit.activex.javascript.msxml.MSXMLTestHelper.CREATE_XMLHTTPREQUEST_FUNCTION_NAME; |
21 | 21 | import static org.htmlunit.activex.javascript.msxml.MSXMLTestHelper.callCreateXMLHTTPRequest; |
22 | 22 | import static org.htmlunit.activex.javascript.msxml.MSXMLTestHelper.createTestHTML; |
23 | | -import static org.htmlunit.junit.BrowserRunner.TestedBrowser.IE; |
24 | 23 |
|
25 | 24 | import java.io.IOException; |
26 | 25 | import java.io.Writer; |
|
41 | 40 | import org.htmlunit.javascript.host.xml.XMLHttpRequestTest.BasicAuthenticationServlet; |
42 | 41 | import org.htmlunit.junit.BrowserRunner; |
43 | 42 | import org.htmlunit.junit.BrowserRunner.Alerts; |
44 | | -import org.htmlunit.junit.BrowserRunner.NotYetImplemented; |
45 | 43 | import org.htmlunit.junit.Retry; |
46 | 44 | import org.htmlunit.util.MimeType; |
47 | 45 | import org.htmlunit.util.NameValuePair; |
@@ -794,7 +792,6 @@ public void open_method() throws Exception { |
794 | 792 | @Alerts(DEFAULT = "no ActiveX", |
795 | 793 | IE = {"4:200 DELETE localhost/bounce?null,0 ", |
796 | 794 | "4:200 OPTIONS localhost/bounce?null,0 "}) |
797 | | - @NotYetImplemented(IE) |
798 | 795 | // HtmlUnit does not send a body for DELETE and OPTIONS requests |
799 | 796 | public void open_method2() throws Exception { |
800 | 797 | final String test = "" |
@@ -1077,7 +1074,6 @@ public void send_head() throws Exception { |
1077 | 1074 | "4:200 DELETE localhost/bounce?null,0 ", |
1078 | 1075 | "4:200 DELETE localhost/bounce?null,0 ", |
1079 | 1076 | "4:200 DELETE localhost/bounce?null,4 "}) |
1080 | | - @NotYetImplemented(IE) |
1081 | 1077 | // HtmlUnit does not send a body for DELETE and OPTIONS requests |
1082 | 1078 | public void send_delete() throws Exception { |
1083 | 1079 | final String test = "" |
@@ -1118,7 +1114,6 @@ public void send_delete() throws Exception { |
1118 | 1114 | "4:200 OPTIONS localhost/bounce?null,0 ", |
1119 | 1115 | "4:200 OPTIONS localhost/bounce?null,0 ", |
1120 | 1116 | "4:200 OPTIONS localhost/bounce?null,4 "}) |
1121 | | - @NotYetImplemented(IE) |
1122 | 1117 | // HtmlUnit does not send a body for DELETE and OPTIONS requests |
1123 | 1118 | public void send_options() throws Exception { |
1124 | 1119 | final String test = "" |
|
0 commit comments