mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2209 add TestCanonicalIterator to tests
X-SVN-Rev: 9870
This commit is contained in:
parent
9c38010fef
commit
5641297bf3
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $
|
||||
* $Date: 2002/09/10 22:32:25 $
|
||||
* $Revision: 1.38 $
|
||||
* $Date: 2002/09/17 19:12:42 $
|
||||
* $Revision: 1.39 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -149,6 +149,7 @@ public class TestAll extends TestFmwk {
|
|||
new com.ibm.icu.dev.test.normalizer.BasicTest(),
|
||||
new com.ibm.icu.dev.test.normalizer.ConformanceTest(),
|
||||
new com.ibm.icu.dev.test.normalizer.ExhaustiveTest(),
|
||||
new com.ibm.icu.dev.test.normalizer.TestCanonicalIterator(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue