We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd91c4 commit 06ab33eCopy full SHA for 06ab33e
src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java
@@ -652,7 +652,7 @@ public void testReadWithoutBOM() throws Exception {
652
653
@Test
654
public void testReadXmlWithBOMUcs2() throws Exception {
655
- assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This test does not pass on some IBM VMs xml parsers");
+ assumeFalse(SystemProperties.getJavaVendor().contains("IBM"), "This test does not pass on some IBM VMs XML parsers");
656
657
// UCS-2 is BE.
658
assumeTrue(Charset.isSupported("ISO-10646-UCS-2"));
0 commit comments