Skip to content

Instantly share code, notes, and snippets.

@nawawi
Created September 18, 2014 03:08
Show Gist options
  • Save nawawi/dbe0021e3c439d9ccd85 to your computer and use it in GitHub Desktop.
Save nawawi/dbe0021e3c439d9ccd85 to your computer and use it in GitHub Desktop.
icu-last intltest failed patch
--- 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));
}
// -------------------------------------
@jalev
Copy link

jalev commented Oct 6, 2015

Thank you very much for putting this online!!!

@Frodox
Copy link

Frodox commented Oct 19, 2015

Thank you very much! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment