JDK-6485954 : Replace test/java/lang/String/SpecialUpperCaseTest.java
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2006-10-25
  • Updated: 2010-07-29
  • Resolved: 2007-06-18
Related Reports
Duplicate :  
Description
This tests only String.toUpperCase(). I want to have test cases for toLowerCase().
And also, its datafile, SpecialCasing.txt, is out-of-date. It's for Unicode 3.0.0 now and should be replaced with the one for Unicode 4.0.0.

Note: Text format of SpecialCasing-4.0.0.txt is different from its older version. Test program needs to be rewritten.

Comments
EVALUATION I decided to fix this as a part of 6565620.
18-06-2007