X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..374ca955a76ecab1204ca8bfa63ff9238d998416:/icuSources/test/intltest/apicoll.h?ds=inline diff --git a/icuSources/test/intltest/apicoll.h b/icuSources/test/intltest/apicoll.h index 95710e5e..d08400c1 100644 --- a/icuSources/test/intltest/apicoll.h +++ b/icuSources/test/intltest/apicoll.h @@ -1,8 +1,8 @@ -/******************************************************************** +/*********************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and - * others. All Rights Reserved. - ********************************************************************/ + * Copyright (c) 1997-2004, International Business Machines Corporation + * and others. All Rights Reserved. + ***********************************************************************/ /** * CollationAPITest is a third level test class. This test performs API @@ -149,16 +149,21 @@ public: */ void TestGetTailoredSet(); - /** + /** * Tests the subclassability */ void TestSubclass(); - /** + /** * Tests the dynamic and static ids of collation classes */ void TestUClassID(); + /** + * Test NULL + */ + void TestNULLCharTailoring(); + private: // If this is too small for the test data, just increase it. // Just don't make it too large, otherwise the executable will get too big