ICU-20288 add line_cj.txt to RBBI Monkey test.

This commit is contained in:
Andy Heninger 2018-11-29 17:50:18 -08:00
parent 11da8d646d
commit e1e5f363a0

View File

@ -1005,7 +1005,7 @@ public class RBBIMonkeyTest extends TestFmwk {
//
@Test
public void TestMonkey() {
String tests[] = {"grapheme.txt", "word.txt", "line.txt", "sentence.txt", "line_normal.txt",
String tests[] = {"grapheme.txt", "word.txt", "line.txt", "line_cj.txt", "sentence.txt", "line_normal.txt",
"line_normal_cj.txt", "line_loose.txt", "line_loose_cj.txt", "word_POSIX.txt"
};