9b8cd86eea
see http://sourceforge.net/p/icu/mailman/message/32443311/ OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=48
16 lines
558 B
Diff
16 lines
558 B
Diff
See icu-fix-tests-depending-on-date.patch
|
|
|
|
Index: icu/source/test/intltest/dtfmttst.cpp
|
|
===================================================================
|
|
--- icu.orig/source/test/intltest/dtfmttst.cpp
|
|
+++ icu/source/test/intltest/dtfmttst.cpp
|
|
@@ -1132,7 +1132,7 @@ DateFormatTest::TestTwoDigitYear()
|
|
return;
|
|
}
|
|
parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
|
|
- parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
|
|
+ parse2DigitYear(fmt, "4/6/34", date(134, UCAL_JUNE, 4));
|
|
}
|
|
|
|
// -------------------------------------
|