/*
******************************************************************************
- * Copyright (C) 2005-2006, International Business Machines Corporation and *
+ * Copyright (C) 2005-2007, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
"$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();
}
};*/
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.");