Test now defaults to using data in ../src/data/unicode/UnicodeData.txt

X-SVN-Rev: 846
This commit is contained in:
John Fitzpatrick 2000-02-26 23:30:48 +00:00
parent 545b377a6f
commit ca2cd2be68
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $RCSfile: ExhaustiveTest.java,v $ $Revision: 1.1 $ $Date: 2000/02/10 06:25:49 $ * $RCSfile: ExhaustiveTest.java,v $ $Revision: 1.2 $ $Date: 2000/02/26 23:30:48 $
* *
* (C) Copyright IBM Corp. 1998 - All Rights Reserved * (C) Copyright IBM Corp. 1998 - All Rights Reserved
* *
@ -41,7 +41,7 @@ public class ExhaustiveTest extends TestFmwk
if (info == null) { if (info == null) {
info = new UInfo(); info = new UInfo("../src/data/unicode/UnicodeData.txt");
} }
new ExhaustiveTest().run(args); new ExhaustiveTest().run(args);

View File

@ -1,5 +1,5 @@
/* /*
* $RCSfile: ExhaustiveTest.java,v $ $Revision: 1.1 $ $Date: 2000/02/10 06:25:49 $ * $RCSfile: ExhaustiveTest.java,v $ $Revision: 1.2 $ $Date: 2000/02/26 23:30:48 $
* *
* (C) Copyright IBM Corp. 1998 - All Rights Reserved * (C) Copyright IBM Corp. 1998 - All Rights Reserved
* *
@ -41,7 +41,7 @@ public class ExhaustiveTest extends TestFmwk
if (info == null) { if (info == null) {
info = new UInfo(); info = new UInfo("../src/data/unicode/UnicodeData.txt");
} }
new ExhaustiveTest().run(args); new ExhaustiveTest().run(args);