ICU-5032 Increase code coverage numbers

X-SVN-Rev: 19097
This commit is contained in:
George Rhoten 2006-02-08 19:43:00 +00:00
parent aff09b5e97
commit 2a111fef69
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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