Index: source/test/intltest/regextst.h |
diff --git a/source/test/intltest/regextst.h b/source/test/intltest/regextst.h |
index de3af29ddd5b9b1567dbe1f4a5d7313ee4d7e50d..28e21216e4cf7f5dcd18d20f7705575b53830ec8 100644 |
--- a/source/test/intltest/regextst.h |
+++ b/source/test/intltest/regextst.h |
@@ -1,6 +1,6 @@ |
/******************************************************************** |
* COPYRIGHT: |
- * Copyright (c) 2002-2012, International Business Machines Corporation and |
+ * Copyright (c) 2002-2014, International Business Machines Corporation and |
* others. All Rights Reserved. |
********************************************************************/ |
@@ -47,7 +47,9 @@ public: |
virtual void Bug7029(); |
virtual void Bug9283(); |
virtual void CheckInvBufSize(); |
- virtual void TestBug11371(); |
+ virtual void Bug10459(); |
+ virtual void TestCaseInsensitiveStarters(); |
+ virtual void TestBug11049(); |
// The following functions are internal to the regexp tests. |
virtual void assertUText(const char *expected, UText *actual, const char *file, int line); |
@@ -61,6 +63,8 @@ public: |
virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorCode &status); |
virtual const char *getPath(char buffer[2048], const char *filename); |
+ virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber); |
+ |
static const char* extractToAssertBuf(const UnicodeString& message); |
}; |