Fixed
Details
Assignee
Florian SchmausFlorian SchmausReporter
Florian SchmausFlorian SchmausExpected Effort
UnknownFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Florian Schmaus
Florian SchmausReporter
Florian Schmaus
Florian SchmausExpected Effort
Unknown
Fix versions
Affects versions
Priority
Created May 8, 2014 at 7:37 PM
Updated October 28, 2020 at 1:28 PM
Resolved August 1, 2014 at 5:38 PM
The below tests failed.
org.jivesoftware.smack.util.PacketParserUtilsTest
singleMessageBodyTest
singleMessageSubjectTest
multipleMessageBodiesTest
multipleMessageSubjectsTest
the first one in Locale.getAvailableLocales() is an Locale with no language code(empty string), which failed the test.(Also for old versions)
Tested in oracle JDK8_u5 x64 + windows.
http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#forLanguageTag(ja va.lang.String)
The language code "und" is mapped to language "".