commit | d8f1bb45ce081ca62581e3648d0ece77469db014 | [log] [tgz] |
---|---|---|
author | Urs Grob <ursg@google.com> | Tue Sep 08 20:13:49 2009 +0200 |
committer | Urs Grob <ursg@google.com> | Tue Oct 20 12:29:58 2009 +0200 |
tree | ac520ebf1c43727a1730e67ac3510bfc562e618e | |
parent | bf7ee157161c425b9b646d5e5dd0241dabb676cb [diff] |
Collation.getSortKey returns keys generated by a different algorithm This test tested implementation details. This change makes the test only check specified behavior. Note: The resulting key is incompatible with a key returned by the RI. that's the downside of using icu. But there's also an upside: ICU compresses the sorting key that gets returned. This increases performance when comparing the keys. BUG=1635900