Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-fix-tests-depending-on-date.patch
Date: Sat, 23 Aug 2014 10:17:42
Message-Id: 20140823101739.6748A3C2C@oystercatcher.gentoo.org
1 scarabeus 14/08/23 10:17:39
2
3 Added: icu-fix-tests-depending-on-date.patch
4 Log:
5 Add patch to fix time-based test. Add icu 53, should work with lo 4.2.6. bug#520322 and bug#506916
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.1 dev-libs/icu/files/icu-fix-tests-depending-on-date.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-fix-tests-depending-on-date.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-fix-tests-depending-on-date.patch?rev=1.1&content-type=text/plain
14
15 Index: icu-fix-tests-depending-on-date.patch
16 ===================================================================
17 See icu-fix-tests-depending-on-date.patch
18
19 Index: icu/source/test/intltest/dtfmttst.cpp
20 ===================================================================
21 --- icu.orig/source/test/intltest/dtfmttst.cpp
22 +++ icu/source/test/intltest/dtfmttst.cpp
23 @@ -1132,7 +1132,7 @@ DateFormatTest::TestTwoDigitYear()
24 return;
25 }
26 parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
27 - parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
28 + parse2DigitYear(fmt, "4/6/34", date(134, UCAL_JUNE, 4));
29 }
30
31 // -------------------------------------