Removed FooTest

X-SVN-Rev: 852
This commit is contained in:
John Fitzpatrick 2000-02-28 01:03:14 +00:00
parent a70b0649f1
commit f2ab64247f

View file

@ -34,10 +34,6 @@ public class TestAll extends TestFmwk {
run(new com.ibm.test.normalizer.ExhaustiveTest());
}
public void TestNormalizer3() throws Exception {
run(new com.ibm.test.normalizer.FooTest());
}
public void TestRuleBasedNumberFormat1() throws Exception {
run(new com.ibm.test.rbnf.RbnfTest());
}