Skip to content

Commit 4e7aa8d

Browse files
committed
fix tests
1 parent cb36019 commit 4e7aa8d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/test/java/org/htmlunit/general/HostClassNameTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4381,6 +4381,15 @@ public void intl_DateTimeFormat() throws Exception {
43814381
test("Intl.DateTimeFormat");
43824382
}
43834383

4384+
/**
4385+
* @throws Exception if the test fails
4386+
*/
4387+
@Test
4388+
@Alerts("function Locale() { [native code] }")
4389+
public void intl_Locale() throws Exception {
4390+
test("Intl.Locale");
4391+
}
4392+
43844393
/**
43854394
* @throws Exception if the test fails
43864395
*/

src/test/java/org/htmlunit/general/HostTestsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public void test() throws Exception {
5959
}
6060

6161
set.remove("Iterator");
62+
set.remove("Locale");
6263
set.remove("URLSearchParamsIterator");
6364

6465
// Worker

0 commit comments

Comments
 (0)