Fixed compile errors
X-SVN-Rev: 836
This commit is contained in:
parent
18b45a378b
commit
6c1674a023
@ -62,7 +62,7 @@ public class TestAll extends TestFmwk {
|
||||
run(new com.ibm.test.translit.TransliteratorTest());
|
||||
}
|
||||
|
||||
private void run(TestFmwk test) {
|
||||
private void run(TestFmwk test) throws Exception {
|
||||
test.setParent(this);
|
||||
test.run(new String[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user