ICU-5533 Update ICU version number to 3.6.1 and change timebomb in some test cases

X-SVN-Rev: 21230
This commit is contained in:
Yoshito Umaoka 2007-03-12 20:46:20 +00:00
parent df8c025aaa
commit 1ca33319b7
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ public class RandomCollator extends TestFmwk {
// System.out.println("\nTestRandom skipped for 2003");
// return;
// }
if(skipIfBeforeICU(3,6)) return;
if(skipIfBeforeICU(3,7)) return;
//String fileName;
PrintWriter pw = BagFormatter.openUTF8Writer(System.getProperty("user.dir")+File.separator, "RandomCollationTestLog.txt");
TestCollator tc = new TestCollator(chars);

View file

@ -206,7 +206,7 @@ public class RoundTripTest extends TestFmwk {
String getGreekSet() {
// Time bomb
if (skipIfBeforeICU(3,6)) {
if (skipIfBeforeICU(3,7)) {
// We temporarily filter against Unicode 4.1, but we only do this
// before version 3.5.
logln("TestGreek needs to be updated to remove delete the section marked [:Age=4.0:] filter");
@ -268,7 +268,7 @@ public class RoundTripTest extends TestFmwk {
public void TestHebrew() throws IOException {
// Time bomb
if (skipIfBeforeICU(3,6)) {
if (skipIfBeforeICU(3,7)) {
// We temporarily filter against Unicode 4.1, but we only do this
// before version 3.5.
logln("TestHebrew needs to be updated to remove delete the section marked [:Age=4.0:] filter");

View file

@ -448,7 +448,7 @@ public final class VersionInfo
UNICODE_4_0_1 = getInstance(4, 0, 1, 0);
UNICODE_4_1 = getInstance(4, 1, 0, 0);
UNICODE_5_0 = getInstance(4, 1, 0, 0);
ICU_VERSION = getInstance(3, 6, 0, 0);
ICU_VERSION = getInstance(3, 6, 1, 0);
UCOL_RUNTIME_VERSION = getInstance(6);
UCOL_BUILDER_VERSION = getInstance(7);
UCOL_TAILORINGS_VERSION = getInstance(1);