X-SVN-Rev: 844
This commit is contained in:
John Fitzpatrick 2000-02-26 22:01:44 +00:00
parent c22fde3d5a
commit d484328e89

View File

@ -62,6 +62,10 @@ public class TestAll extends TestFmwk {
run(new com.ibm.test.translit.TransliteratorTest());
}
public void TestSearch() throws Exception {
run(new com.ibm.test.search.SearchTest());
}
private void run(TestFmwk test) throws Exception {
test.setParent(this);
test.run(new String[0]);