mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-96 removed getdefaultrulesarray test, since this array is removed from ICU
X-SVN-Rev: 3775
This commit is contained in:
parent
03331219a8
commit
8ba1225e6a
2 changed files with 5 additions and 7 deletions
|
@ -24,9 +24,6 @@
|
|||
#include "cmemory.h"
|
||||
|
||||
|
||||
U_CAPI const UChar * U_EXPORT2 ucol_getDefaultRulesArray(uint32_t *size);
|
||||
|
||||
|
||||
|
||||
void addCollAPITest(TestNode** root)
|
||||
{
|
||||
|
@ -50,6 +47,9 @@ static void doAssert(int condition, const char *message)
|
|||
log_err("ERROR : %s\n", message);
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* We don't have default rules, at least not in the previous sense */
|
||||
void TestGetDefaultRules(){
|
||||
uint32_t size=0;
|
||||
UErrorCode status=U_ZERO_ERROR;
|
||||
|
@ -62,7 +62,6 @@ void TestGetDefaultRules(){
|
|||
uint8_t *binResult = NULL;
|
||||
|
||||
|
||||
|
||||
const UChar * defaultRulesArray=ucol_getDefaultRulesArray(&size);
|
||||
log_verbose("Test the function ucol_getDefaultRulesArray()\n");
|
||||
|
||||
|
@ -103,9 +102,8 @@ void TestGetDefaultRules(){
|
|||
ures_close(res);
|
||||
ucol_close(coll);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* Collator Properties
|
||||
ucol_open, ucol_strcoll, getStrength/setStrength
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
void TestGetAll(void);
|
||||
/**
|
||||
* Test ucol_GetDefaultRules ()
|
||||
**/
|
||||
void TestGetDefaultRules(void);
|
||||
**/
|
||||
|
||||
void TestDecomposition(void);
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue