summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h')
-rw-r--r--Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h b/Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h
index 48b4aa2199f..6b2c2f0eb72 100644
--- a/Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h
+++ b/Build/source/libs/icu/icu-src/source/test/intltest/rbbitst.h
@@ -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) 1999-2016, International Business Machines
* Corporation and others. All Rights Reserved.
@@ -53,7 +55,7 @@ public:
void TestThaiLineBreak();
void TestMixedThaiLineBreak();
void TestMaiyamok();
- void TestMonkey(char *params);
+ void TestMonkey();
void TestExtended();
UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
@@ -72,6 +74,8 @@ public:
void TestDictRules();
void TestBug5532();
void TestBug9983();
+ void TestBug7547();
+ void TestBug12797();
void TestDebug();
void TestProperties();
@@ -140,6 +144,9 @@ private:
* @return FALSE if the test case should be run, TRUE if it should be skipped.
*/
UBool testCaseIsKnownIssue(const UnicodeString &testCase, const char *fileName);
+
+ // Test parameters, from the test framework and test invocation.
+ const char* fTestParams;
};
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */