Skip to content

Commit 6aff4b8

Browse files
committed
this needs another try
1 parent a133779 commit 6aff4b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
import org.htmlunit.junit.BrowserRunner;
2727
import org.htmlunit.junit.annotation.Alerts;
2828
import org.htmlunit.junit.annotation.HtmlUnitNYI;
29+
import org.htmlunit.junit.annotation.NotYetImplemented;
30+
import org.htmlunit.junit.annotation.OS;
2931
import org.junit.Assert;
3032
import org.junit.Test;
3133
import org.junit.runner.RunWith;
@@ -1455,11 +1457,12 @@ public void loadJavascript() throws Exception {
14551457
// this fails on our CI but I have no idea why
14561458
// seems like the request for downloading the script never reaches the
14571459
// PrimitiveWebServer
1460+
@NotYetImplemented(value = {}, os = OS.Linux)
14581461
public void loadJavascriptCharset() throws Exception {
14591462
String html = DOCTYPE_HTML
14601463
+ "<html><head>"
14611464
+ "<meta http-equiv='Content-Type' content='text/html; charset=GB2312'>"
1462-
+ "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 Abc\"></script>"
1465+
+ "<script src=\"script.js?x=\u6211\u662F\u6211\u7684 \u4eb8 Abc\"></script>"
14631466
+ "</head><body></body></html>";
14641467
html = "HTTP/1.1 200 OK\r\n"
14651468
+ "Content-Length: " + (html.length()) + "\r\n"

0 commit comments

Comments
 (0)