Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.1 M1
-
None
-
Unknown
-
Description
There is a funny lil problem running
testConvertToAlphaNumeric()
in class
core\xwiki-core\src\test\java\com\xpn\xwiki\util\UtilTest.java
assertEquals("e", Util.convertToAlphaNumeric("e$%?#^()"));
"?" (hex 0xA3) is a Polish letter (it's even the first letter of my name ) that is converted to "L" which in turns produces "eL" --> test fails --> build fails