X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/rndmcoll.cpp diff --git a/icuSources/test/intltest/rndmcoll.cpp b/icuSources/test/intltest/rndmcoll.cpp index f740703e..be15570c 100644 --- a/icuSources/test/intltest/rndmcoll.cpp +++ b/icuSources/test/intltest/rndmcoll.cpp @@ -1,6 +1,6 @@ /* ****************************************************************************** - * Copyright (C) 2005-2006, International Business Machines Corporation and * + * Copyright (C) 2005-2007, International Business Machines Corporation and * * others. All Rights Reserved. * ****************************************************************************** */ @@ -71,15 +71,9 @@ static const char collationBNF[] = "$root = $command{0,5} $reset $mostRules{1,20};"; -static const UVersionInfo ICU_37 = {3,7,0,0}; - void RandomCollatorTest::Test2(){ - if(!isICUVersionAtLeast(ICU_37)){ - return; - } - else { - errln("TestWbnf is incorrectly implemented.\nThis test should be modeled to use the existing test frame work for naming tests.\n"); - } + // See ticket 5747 about reenabling this test. + errln("TestWbnf is incorrectly implemented.\nThis test should be modeled to use the existing test frame work for naming tests.\n"); TestWbnf(); } @@ -140,12 +134,9 @@ private: };*/ void RandomCollatorTest::Test(){ - if(!isICUVersionAtLeast(ICU_37)){ - return; - } - else { - errln("This test needs to be fixed.\n"); - } + // See ticket 5747 about reenabling this test. + errln("This test needs to be fixed.\n"); + LanguageGenerator test_rule; if (test_rule.parseBNF(collationBNF, "$root", TRUE) != LanguageGenerator::OK){ errln("The test code itself is wrong.");