From 81459b5a6d4dbc7c8df45ba14c7f4f53c3764ba9 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 16 Aug 2001 22:32:08 +0000 Subject: [PATCH] ICU-900 A test wasn't being called. Now it is called. X-SVN-Rev: 5483 --- icu4c/source/test/intltest/caltest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/icu4c/source/test/intltest/caltest.cpp b/icu4c/source/test/intltest/caltest.cpp index 25fe33cf78f..16d4549d1c3 100644 --- a/icu4c/source/test/intltest/caltest.cpp +++ b/icu4c/source/test/intltest/caltest.cpp @@ -144,6 +144,13 @@ void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, TestWOY(); } break; + case 18: + name = "TestRog"; + if (exec) { + logln("TestRog---"); logln(""); + TestRog(); + } + break; default: name = ""; break; } }