| Index: source/test/intltest/alphaindextst.h
|
| diff --git a/source/test/intltest/alphaindextst.h b/source/test/intltest/alphaindextst.h
|
| deleted file mode 100644
|
| index 679f4ad5f83346257318db9e2bf77d47d0e2da35..0000000000000000000000000000000000000000
|
| --- a/source/test/intltest/alphaindextst.h
|
| +++ /dev/null
|
| @@ -1,52 +0,0 @@
|
| -/********************************************************************
|
| - * COPYRIGHT:
|
| - * Copyright (c) 2012-2014, International Business Machines Corporation and
|
| - * others. All Rights Reserved.
|
| - ********************************************************************/
|
| -//
|
| -// file: alphaindextst.h
|
| -// Alphabetic Index Tests.
|
| -//
|
| -
|
| -#ifndef ALPHAINDEXTST_H
|
| -#define ALPHAINDEXTST_H
|
| -
|
| -#include "intltest.h"
|
| -
|
| -class AlphabeticIndexTest: public IntlTest {
|
| -public:
|
| - AlphabeticIndexTest();
|
| - virtual ~AlphabeticIndexTest();
|
| -
|
| - virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
| -
|
| - virtual void APITest();
|
| - virtual void ManyLocalesTest();
|
| - virtual void HackPinyinTest();
|
| - virtual void TestBug9009();
|
| - void TestIndexCharactersList();
|
| - /**
|
| - * Test AlphabeticIndex vs. root with script reordering.
|
| - */
|
| - void TestHaniFirst();
|
| - /**
|
| - * Test AlphabeticIndex vs. Pinyin with script reordering.
|
| - */
|
| - void TestPinyinFirst();
|
| - /**
|
| - * Test labels with multiple primary weights.
|
| - */
|
| - void TestSchSt();
|
| - /**
|
| - * With no real labels, there should be only the underflow label.
|
| - */
|
| - void TestNoLabels();
|
| - /**
|
| - * Test with the Bopomofo-phonetic tailoring.
|
| - */
|
| - void TestChineseZhuyin();
|
| - void TestJapaneseKanji();
|
| - void TestChineseUnihan();
|
| -};
|
| -
|
| -#endif
|
|
|