From d9920d751c52110b9408c2a489e0712c6cd1ad5b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 11 Jul 2006 23:59:02 +0000 Subject: [PATCH] ICU-5243 Properly name failing tests. X-SVN-Rev: 19828 --- icu4c/source/test/cintltst/cbiditst.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4c/source/test/cintltst/cbiditst.c b/icu4c/source/test/cintltst/cbiditst.c index b249bd6b06..3ce69976e7 100644 --- a/icu4c/source/test/cintltst/cbiditst.c +++ b/icu4c/source/test/cintltst/cbiditst.c @@ -117,15 +117,15 @@ addComplexTest(TestNode** root) { addTest(root, TestReorder,"complex/bidi/TestReorder"); addTest(root, TestFailureRecovery,"complex/bidi/TestFailureRecovery"); addTest(root, TestMultipleParagraphs,"complex/bidi/multipleParagraphs"); + addTest(root, doReorderingModeBidiTest, "complex/bidi/TestReorderingMode"); + addTest(root, doReorderRunsTest, "complex/bidi/TestReorderRunsOnly"); + addTest(root, doBidiStreamingTest, "complex/bidi/TestStreamingMode"); + addTest(root, doBidiClassOverrideTest, "complex/bidi/TestClassOverride"); + addTest(root, doArabicShapingTest, "complex/arabic-shaping/ArabicShapingTest"); addTest(root, doLamAlefSpecialVLTRArabicShapingTest, "complex/arabic-shaping/lamalef"); addTest(root, doTashkeelSpecialVLTRArabicShapingTest, "complex/arabic-shaping/tashkeel"); addTest(root, doLOGICALArabicDeShapingTest, "complex/arabic-shaping/unshaping"); -/* new BIDI API */ - addTest(root, doReorderingModeBidiTest, "complex/new-bidi-api/TestReorderingMode"); - addTest(root, doReorderRunsTest, "complex/new-bidi-api/TestReorderRunsOnly"); - addTest(root, doBidiStreamingTest, "complex/new-bidi-api/TestStreamingMode"); - addTest(root, doBidiClassOverrideTest, "complex/new-bidi-api/TestClassOverride"); } /* verify that the exemplar characters have the expected bidi classes */