From 2a111fef69ddce6173f1e60b3c3f699b1b6ccdfc Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 8 Feb 2006 19:43:00 +0000 Subject: [PATCH] ICU-5032 Increase code coverage numbers X-SVN-Rev: 19097 --- icu4c/source/i18n/quant.h | 4 ++-- icu4c/source/test/intltest/uobjtest.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/quant.h b/icu4c/source/i18n/quant.h index 68e43061f1b..e10fb99e3c2 100644 --- a/icu4c/source/i18n/quant.h +++ b/icu4c/source/i18n/quant.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2004, International Business Machines Corporation + * Copyright (C) 2001-2006, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -18,7 +18,7 @@ U_NAMESPACE_BEGIN -class Quantifier : public UnicodeFunctor, public UnicodeMatcher { +class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher { public: diff --git a/icu4c/source/test/intltest/uobjtest.cpp b/icu4c/source/test/intltest/uobjtest.cpp index 619373f6de8..2dcacdbd519 100644 --- a/icu4c/source/test/intltest/uobjtest.cpp +++ b/icu4c/source/test/intltest/uobjtest.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2002-2005, International Business Machines Corporation and + * Copyright (c) 2002-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -284,7 +284,7 @@ void UObjectTest::testIDs() TESTCLASSID_TRANSLIT(UnicodeNameTransliterator, "Any-Name"); TESTCLASSID_TRANSLIT(UppercaseTransliterator, "Upper"); TESTCLASSID_CTOR(CaseMapTransliterator, (UnicodeString(), NULL)); - //TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); + TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); #if UOBJTEST_TEST_INTERNALS TESTCLASSID_CTOR(FunctionReplacer, (NULL,NULL) ); /* don't care */ #endif