ICU-4334 update timebomb
X-SVN-Rev: 17860
This commit is contained in:
parent
3ed1ff225b
commit
791597282f
@ -83,7 +83,7 @@ TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec,
|
||||
// Time bomb - allows temporary behavior that expires at a given
|
||||
// release
|
||||
//--------------------------------------------------------------------
|
||||
static const UVersionInfo ICU_34 = {3,4,0,0};
|
||||
static const UVersionInfo ICU_35 = {3,5,0,0};
|
||||
|
||||
static UBool isICUVersionAtLeast(const UVersionInfo x) {
|
||||
UVersionInfo v;
|
||||
@ -1141,7 +1141,7 @@ void TransliteratorRoundTripTest::TestHan() {
|
||||
|
||||
void TransliteratorRoundTripTest::TestGreek() {
|
||||
|
||||
if (isICUVersionAtLeast(ICU_34)) {
|
||||
if (isICUVersionAtLeast(ICU_35)) {
|
||||
// We temporarily filter against Unicode 4.1, but we only do this
|
||||
// before version 3.4.
|
||||
errln("FAIL: TestGreek needs to be updated to remove delete the [:Age=4.0:] filter ");
|
||||
@ -1173,7 +1173,7 @@ void TransliteratorRoundTripTest::TestGreek() {
|
||||
|
||||
void TransliteratorRoundTripTest::TestGreekUNGEGN() {
|
||||
|
||||
if (isICUVersionAtLeast(ICU_34)) {
|
||||
if (isICUVersionAtLeast(ICU_35)) {
|
||||
// We temporarily filter against Unicode 4.1, but we only do this
|
||||
// before version 3.4.
|
||||
errln("FAIL: TestGreek needs to be updated to remove delete the [:Age=4.0:] filter ");
|
||||
@ -1202,7 +1202,7 @@ void TransliteratorRoundTripTest::TestGreekUNGEGN() {
|
||||
|
||||
void TransliteratorRoundTripTest::Testel() {
|
||||
|
||||
if (isICUVersionAtLeast(ICU_34)) {
|
||||
if (isICUVersionAtLeast(ICU_35)) {
|
||||
// We temporarily filter against Unicode 4.1, but we only do this
|
||||
// before version 3.4.
|
||||
errln("FAIL: TestGreek needs to be updated to remove delete the [:Age=4.0:] filter ");
|
||||
@ -1270,7 +1270,7 @@ UBool LegalHebrew::is(const UnicodeString& sourceString)const{
|
||||
return TRUE;
|
||||
}
|
||||
void TransliteratorRoundTripTest::TestHebrew() {
|
||||
if (isICUVersionAtLeast(ICU_34)) {
|
||||
if (isICUVersionAtLeast(ICU_35)) {
|
||||
// We temporarily filter against Unicode 4.1, but we only do this
|
||||
// before version 3.4.
|
||||
errln("FAIL: TestHebrew needs to be updated to remove delete the [:Age=4.0:] filter ");
|
||||
|
Loading…
Reference in New Issue
Block a user