Skip to content

Commit b296684

Browse files
committed
HtmlUnit: Unignoring a magically working test
1 parent 6607a27 commit b296684

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

java/client/test/org/openqa/selenium/I18nTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ public void testShouldBeAbleToActivateIMEEngine() throws InterruptedException {
169169
+ " It was:" + elementValue, elementValue.equals(tokyo));
170170
}
171171

172-
@Ignore(value = {IE, CHROME, FIREFOX},
173-
reason = "Not implemented on anything other than"
174-
+ "Firefox/Linux at the moment.")
175-
@NotYetImplemented(HTMLUNIT)
172+
@Ignore(value = {IE, CHROME, FIREFOX})
176173
@Test
177174
public void testShouldBeAbleToInputJapanese() {
178175
assumeTrue("IME is supported on Linux only.",

0 commit comments

Comments
 (0)