Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1183)

Unified Diff: source/test/intltest/csdetest.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/test/intltest/csdetest.cpp
diff --git a/source/test/intltest/csdetest.cpp b/source/test/intltest/csdetest.cpp
index 4363380b21229c3e69a46bbc07b629bff468a8f6..110009c68061a00d80c0c383f5784eb339954dfa 100644
--- a/source/test/intltest/csdetest.cpp
+++ b/source/test/intltest/csdetest.cpp
@@ -1,6 +1,6 @@
/*
**********************************************************************
- * Copyright (C) 2005-2013, International Business Machines
+ * Copyright (C) 2005-2015, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
@@ -584,6 +584,7 @@ void CharsetDetectionTest::DetectionTest()
void CharsetDetectionTest::IBM424Test()
{
+#if !UCONFIG_ONLY_HTML_CONVERSION
UErrorCode status = U_ZERO_ERROR;
static const UChar chars[] = {
@@ -676,10 +677,12 @@ bail:
freeBytes(bytes);
freeBytes(bytes_r);
ucsdet_close(csd);
+#endif
}
void CharsetDetectionTest::IBM420Test()
{
+#if !UCONFIG_ONLY_HTML_CONVERSION
UErrorCode status = U_ZERO_ERROR;
static const UChar chars[] = {
@@ -764,6 +767,7 @@ bail:
freeBytes(bytes);
freeBytes(bytes_r);
ucsdet_close(csd);
+#endif
}
« no previous file with comments | « source/test/intltest/compactdecimalformattest.cpp ('k') | source/test/intltest/datadrivennumberformattestsuite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698