| Index: source/test/intltest/uvectest.h
|
| diff --git a/source/test/intltest/uvectest.h b/source/test/intltest/uvectest.h
|
| deleted file mode 100644
|
| index 84a3e24fdb6a963996fafe6e6e457ca219c70f06..0000000000000000000000000000000000000000
|
| --- a/source/test/intltest/uvectest.h
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -/*
|
| -******************************************************************************
|
| -* Copyright (C) 2004, International Business Machines Corporation and *
|
| -* others. All Rights Reserved. *
|
| -******************************************************************************
|
| -*/
|
| -
|
| -// file: uvectest.h
|
| -
|
| -
|
| -#ifndef UVECTEST_H
|
| -#define UVECTEST_H
|
| -
|
| -#include "unicode/utypes.h"
|
| -
|
| -#include "intltest.h"
|
| -
|
| -
|
| -class UVectorTest: public IntlTest {
|
| -public:
|
| -
|
| - UVectorTest();
|
| - virtual ~UVectorTest();
|
| -
|
| - virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
| -
|
| - // The following are test functions that are visible from the intltest test framework.
|
| - void UVector_API();
|
| - void UStack_API();
|
| - void Hashtable_API();
|
| -
|
| -};
|
| -
|
| -#endif
|
|
|