summaryrefslogtreecommitdiffstats
path: root/do-not-fail-intltest-because-of-changed-data.patch
diff options
context:
space:
mode:
authorPavel Podkorytov <pod.pavel@gmail.com>2019-02-07 09:38:24 +0500
committerRemi Collet <remi@remirepo.net>2019-02-07 11:55:10 +0100
commitb6bc2df3b19122665ef39690f265a26fde20bce4 (patch)
treeee3383d1e24a3b1aeb621e6056431a8d603c3f8b /do-not-fail-intltest-because-of-changed-data.patch
parent8e8e37c203b44b957c6eba657b7ff1ecbff190bd (diff)
Update major version to 62.1
* backport FEDORA-29 package
Diffstat (limited to 'do-not-fail-intltest-because-of-changed-data.patch')
-rw-r--r--do-not-fail-intltest-because-of-changed-data.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/do-not-fail-intltest-because-of-changed-data.patch b/do-not-fail-intltest-because-of-changed-data.patch
deleted file mode 100644
index 1bd70f0..0000000
--- a/do-not-fail-intltest-because-of-changed-data.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- icu/source/test/intltest/intltest.cpp 2013-01-11 01:22:00.000000000 +0100
-+++ icu/source/test/intltest/intltest.cpp 2018-06-15 09:17:32.714205868 +0200
-@@ -1425,7 +1425,11 @@
- if(ctest_xml_fini())
- return 1;
-
-- return major.getErrors();
-+ if(!warnOnMissingData) {
-+ return major.getErrors();
-+ } else {
-+ return 0;
-+ }
- }
-
- const char* IntlTest::loadTestData(UErrorCode& err){