Skip to content

Commit 720b7d8

Browse files
committed
a bit more cleanup
1 parent 38b83c8 commit 720b7d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.htmlunit.WebDriverTestCase;
3939
import org.htmlunit.junit.annotation.Alerts;
4040
import org.htmlunit.junit.annotation.HtmlUnitNYI;
41+
import org.htmlunit.util.ArrayUtils;
4142
import org.htmlunit.util.MimeType;
4243
import org.junit.jupiter.api.Test;
4344
import org.openqa.selenium.By;
@@ -1139,7 +1140,7 @@ private void enctype(final String enctype) throws Exception {
11391140
getMockWebConnection().setDefaultResponse("<html><title>Response</title></html>");
11401141

11411142
final WebDriver driver = loadPage2(html);
1142-
verifyTitle2(driver, new String[] {});
1143+
verifyTitle2(driver, ArrayUtils.EMPTY_STRING_ARRAY);
11431144

11441145
driver.findElement(By.id("testBtn")).click();
11451146
String headerValue = getMockWebConnection().getLastWebRequest().getAdditionalHeaders()

0 commit comments

Comments
 (0)