mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1763 Add Normalizer tests to TestAll
X-SVN-Rev: 9202
This commit is contained in:
parent
4d6c573f64
commit
bc83431360
1 changed files with 10 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestAll.java,v $
|
||||
* $Date: 2002/07/12 21:59:23 $
|
||||
* $Revision: 1.28 $
|
||||
* $Date: 2002/07/16 17:01:13 $
|
||||
* $Revision: 1.29 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
|
@ -139,6 +139,14 @@ public class TestAll extends TestFmwk {
|
|||
});
|
||||
}
|
||||
|
||||
public void TestNormalizer() throws Exception {
|
||||
run( new 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(),
|
||||
});
|
||||
}
|
||||
|
||||
public void TestUScriptRun() throws Exception {
|
||||
run( new TestFmwk[] {
|
||||
new com.ibm.icu.dev.test.lang.TestUScriptRun(),
|
||||
|
|
Loading…
Add table
Reference in a new issue