ICU-4184 Removed test case until functionality is repaired.

X-SVN-Rev: 24486
This commit is contained in:
Brian Rower 2008-08-11 18:26:36 +00:00
parent 67a110379c
commit 181e789592

View file

@ -2369,7 +2369,7 @@ void addSearchTest(TestNode** root)
addTest(root, &TestNumeric, "tscoll/usrchtst/TestNumeric");
addTest(root, &TestDiacriticMatch, "tscoll/usrchtst/TestDiacriticMatch");
addTest(root, &TestForwardBackward, "tscoll/usrchtst/TestForwardBackward");
addTest(root, &TestSearchForNull, "tscoll/usrchtst/TestSearchForNull");
//addTest(root, &TestSearchForNull, "tscoll/usrchtst/TestSearchForNull");
}
#endif /* #if !UCONFIG_NO_COLLATION */