From f7e823122a5301ca1b36b1942164097d96bd5a800faa147dcd48006f9e14cf44 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 18 Oct 2014 17:51:42 +0000 Subject: [PATCH] osc ar; osc ci - remove deleted patches OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=58 --- icu-fix-tests-depending-on-date.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 icu-fix-tests-depending-on-date.patch diff --git a/icu-fix-tests-depending-on-date.patch b/icu-fix-tests-depending-on-date.patch deleted file mode 100644 index 9c1528e..0000000 --- a/icu-fix-tests-depending-on-date.patch +++ /dev/null @@ -1,15 +0,0 @@ -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)); - } - - // -------------------------------------