Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / intltest / itspoof.h
index a92c2ef..fc54e89 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 * Copyright (C) 2011-2013, International Business Machines Corporation 
@@ -36,14 +38,14 @@ public:
 
     void testBug8654();
 
-    void testIdentifierInfo();
-
     void testScriptSet();
 
     void testRestrictionLevel();
 
     void testMixedNumbers();
 
+    void testBug12153();
+
     // Internal function to run a single skeleton test case.
     void  checkSkeleton(const USpoofChecker *sc, uint32_t flags, 
                         const char *input, const char *expected, int32_t lineNum);