scarabeus    14/08/23 10:17:39

  Added:                icu-fix-tests-depending-on-date.patch
  Log:
  Add patch to fix time-based test. Add icu 53, should work with lo 4.2.6. 
bug#520322 and bug#506916
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.1                  dev-libs/icu/files/icu-fix-tests-depending-on-date.patch

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
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

Index: icu-fix-tests-depending-on-date.patch
===================================================================
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));
 }
 
 // -------------------------------------




Reply via email to