Skip to content

Commit 459cebc

Browse files
IO-557: UnsupportedEncodingException when opening an ISO-8859-1 XML stream with Turkish as the default locale
improve test name
1 parent ed15b09 commit 459cebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/output/XmlStreamWriterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void testDefaultEncoding() throws IOException {
111111
// Turkish language has specific rules to convert dotted and dottless i character.
112112
@Test
113113
@SystemDefaults(locale="tr")
114-
public void testLowerCaseEncoding_IO_557() throws IOException {
114+
public void testLowerCaseEncodingWithTurkishLocale_IO_557() throws IOException {
115115
checkXmlWriter(TEXT_UNICODE, "utf-8");
116116
checkXmlWriter(TEXT_LATIN1, "iso-8859-1");
117117
checkXmlWriter(TEXT_LATIN7, "iso-8859-7");

0 commit comments

Comments
 (0)