mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
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:
parent
df8c025aaa
commit
1ca33319b7
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue