ICU-6453 partial test cleanup

X-SVN-Rev: 25858
This commit is contained in:
Markus Scherer 2009-04-21 23:46:53 +00:00
parent 9808a30392
commit 5747679605
2 changed files with 368 additions and 549 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2008, International Business Machines Corporation and
* Copyright (c) 1997-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
@ -19,13 +19,9 @@
#include "cintltst.h"
/**
* The function used to test selection for UTF8 strings
* The function used to test converter selection
**/
static void TestConversionUTF8(void);
/**
* The function used to test selection for UTF16 strings
**/
static void TestConversionUTF16(void);
static void TestSelect(void);
/**
* The function used to test serialization and unserialization
**/