From b17967ca5858e929f709435abb7c2f84c0c5deec Mon Sep 17 00:00:00 2001
From: Peter Edberg <pedberg@unicode.org>
Date: Fri, 4 Mar 2016 06:28:56 +0000
Subject: [PATCH] ICU-12072 C, oops, correctly disable the tests currently
 missing data

X-SVN-Rev: 38482
---
 icu4c/source/test/cintltst/crelativedateformattest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/icu4c/source/test/cintltst/crelativedateformattest.c b/icu4c/source/test/cintltst/crelativedateformattest.c
index 93ce3d2debe..58b31b90818 100644
--- a/icu4c/source/test/cintltst/crelativedateformattest.c
+++ b/icu4c/source/test/cintltst/crelativedateformattest.c
@@ -169,7 +169,7 @@ static void TestRelDateFmt()
             UChar ubufget[kUBufMax];
             int32_t ulenget;
 
-            if (itemPtr->unit >= UDAT_REL_UNIT_SUNDAY && (offsets[iOffset] != -1.0 || offsets[iOffset] != 0.0 || offsets[iOffset] != 1.0)) {
+            if (itemPtr->unit >= UDAT_REL_UNIT_SUNDAY && offsets[iOffset] != -1.0 && offsets[iOffset] != 0.0 && offsets[iOffset] != 1.0) {
                 continue; /* we do not currently have data for this */
             }
 
-- 
2.40.0