diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c index 3cc5d55b83e..8abfaa0b478 100644 --- a/icu4c/source/test/cintltst/cloctst.c +++ b/icu4c/source/test/cintltst/cloctst.c @@ -227,6 +227,7 @@ void addLocaleTest(TestNode** root) TESTCASE(TestULocale); TESTCASE(TestUResourceBundle); TESTCASE(TestDisplayName); + TESTCASE(TestAcceptLanguage); } diff --git a/icu4c/source/test/cintltst/cloctst.h b/icu4c/source/test/cintltst/cloctst.h index 7041a078a4f..c6c9613e817 100644 --- a/icu4c/source/test/cintltst/cloctst.h +++ b/icu4c/source/test/cintltst/cloctst.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2005, International Business Machines Corporation and + * Copyright (c) 1997-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /******************************************************************************** @@ -109,4 +109,6 @@ static void TestULocale(void); static void TestUResourceBundle(void); static void TestDisplayName(void); +static void TestAcceptLanguage(void); + #endif