summarylogtreecommitdiffstats
path: root/fix-test.diff
diff options
context:
space:
mode:
authorFranklyn Tackitt2015-08-31 10:37:18 -0700
committerFranklyn Tackitt2015-08-31 10:39:39 -0700
commitb3bab9368bbae43361795c45443f40d83728c772 (patch)
treea6fe27422711fc2ed5ff4cafd287c4f705613654 /fix-test.diff
downloadaur-b3bab9368bbae43361795c45443f40d83728c772.tar.gz
Initial commit
Diffstat (limited to 'fix-test.diff')
-rw-r--r--fix-test.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix-test.diff b/fix-test.diff
new file mode 100644
index 000000000000..738b81aa83a8
--- /dev/null
+++ b/fix-test.diff
@@ -0,0 +1,11 @@
+--- icu.orig/source/test/intltest/dtfmttst.cpp 2013-10-04 22:48:00.000000000 +0200
++++ icu/source/test/intltest/dtfmttst.cpp 2014-06-13 19:34:40.611299572 +0200
+@@ -1129,7 +1129,7 @@
+ 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));
+ }
+
+ // -------------------------------------