ICU-22627 Delete obsolete test case letest/api/ScriptTest.

This commit is contained in:
Fredrik Roubert 2024-01-11 15:24:27 +09:00 committed by Fredrik Roubert
parent 9515e82741
commit 6562a7df85

View file

@ -46,13 +46,6 @@ U_NAMESPACE_USE
U_CDECL_BEGIN
static void U_CALLCONV ScriptTest()
{
if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) {
log_err("ScriptCodes::scriptCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT);
}
}
static void U_CALLCONV ParamTest()
{
LEErrorCode status = LE_NO_ERROR;
@ -968,7 +961,6 @@ U_CDECL_END
static void addAllTests(TestNode **root)
{
addTest(root, &ScriptTest, "api/ScriptTest");
addTest(root, &ParamTest, "api/ParameterTest");
addTest(root, &FactoryTest, "api/FactoryTest");
addTest(root, &AccessTest, "layout/AccessTest");