ICU-1763 Add Normalizer tests to TestAll

X-SVN-Rev: 9202
This commit is contained in:
Ram Viswanadha 2002-07-16 17:01:13 +00:00
parent 4d6c573f64
commit bc83431360

View file

@ -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(),