[
https://issues.apache.org/jira/browse/CXF-7342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025945#comment-16025945
]
Freeman Fang commented on CXF-7342:
-----------------------------------
can't reproduce this from my side as well, will close it for now.
> org.apache.cxf.attachment.AttachmentUtilTest.xml fails with jdk 9 preview
> -------------------------------------------------------------------------
>
> Key: CXF-7342
> URL: https://issues.apache.org/jira/browse/CXF-7342
> Project: CXF
> Issue Type: Bug
> Reporter: Adam Anderson
> Assignee: Freeman Fang
>
> org.junit.ComparisonFailure: expected:<[世界ーファイル].txt> but
> was:<[世界ーファイル].txt>
> at
> org.apache.cxf.attachment.AttachmentUtilTest.testContendDispositionFileNameKanjiChars(AttachmentUtilTest.java:100)
> JEP 254: Compact Strings changes the way java Strings are internalized. The
> test case has a hardcoded utf-16 string to 'cheat' the utf-8 Kanji
> characters. When compiled with jdk 8 and ran with java 9 the utf-16 hardcoded
> string: "世界ーファイル" is handled literally and the comparison
> fails, even though the output of [世界ーファイル].txt is correct.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)