| Index: source/test/intltest/locnmtst.h
|
| diff --git a/source/test/intltest/locnmtst.h b/source/test/intltest/locnmtst.h
|
| deleted file mode 100644
|
| index 183de3bdd80856fdccf0e7ba553f8f7f786bf1f6..0000000000000000000000000000000000000000
|
| --- a/source/test/intltest/locnmtst.h
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -/********************************************************************
|
| - * COPYRIGHT:
|
| - * Copyright (c) 2010-2014, International Business Machines Corporation
|
| - * and others. All Rights Reserved.
|
| - ********************************************************************/
|
| -
|
| -#include "intltest.h"
|
| -#include "unicode/locdspnm.h"
|
| -
|
| -/**
|
| - * Tests for the LocaleDisplayNames class
|
| - **/
|
| -class LocaleDisplayNamesTest: public IntlTest {
|
| -public:
|
| - LocaleDisplayNamesTest();
|
| - virtual ~LocaleDisplayNamesTest();
|
| -
|
| - void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
|
| -
|
| -#if !UCONFIG_NO_FORMATTING
|
| - /**
|
| - * Test methods to set and get data fields
|
| - **/
|
| - void TestCreate(void);
|
| - void TestCreateDialect(void);
|
| - void TestWithKeywordsAndEverything(void);
|
| - void TestUldnOpen(void);
|
| - void TestUldnOpenDialect(void);
|
| - void TestUldnWithKeywordsAndEverything(void);
|
| - void TestUldnComponents(void);
|
| - void TestRootEtc(void);
|
| - void TestCurrencyKeyword(void);
|
| - void TestUnknownCurrencyKeyword(void);
|
| - void TestUntranslatedKeywords(void);
|
| - void TestPrivateUse(void);
|
| - void TestUldnDisplayContext(void);
|
| -#endif
|
| -};
|
|
|