mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4143 bump the timebomb to next version
X-SVN-Rev: 17329
This commit is contained in:
parent
e44d9ec250
commit
9b294b2ce1
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ public class RandomCollator extends TestFmwk {
|
|||
// System.out.println("\nTestRandom skipped for 2003");
|
||||
// return;
|
||||
// }
|
||||
if(skipIfBeforeICU(3,2)) return;
|
||||
String fileName;
|
||||
if(skipIfBeforeICU(3,4)) return;
|
||||
//String fileName;
|
||||
PrintWriter pw = BagFormatter.openUTF8Writer(System.getProperty("user.dir")+File.separator, "RandomCollationTestLog.txt");
|
||||
TestCollator tc = new TestCollator(chars);
|
||||
pw.println("Collation Test Run");
|
||||
|
|
Loading…
Add table
Reference in a new issue