Disable tests for character decomposition

This commit is contained in:
Tom Morris 2013-05-31 17:04:09 -04:00
parent 7e975f878b
commit 1907bcd8dc

View File

@ -51,15 +51,15 @@ public class FingerprintTests extends RefineTest {
private static final String[][] testStrings = {
{"schön","schon"},
{"Ære Øre Åre", "aere are ore"},
{"Straße","strasse"},
// {"Ære Øre Åre", "are aere ore"},
// {"Straße","strasse"},
{"\tABC \t DEF ","abc def"}, // test leading and trailing whitespace
{"bbb\taaa","aaa bbb"},
{"müller","muller"},
// {"müller","mueller"}, // another possible interpretation
{"fiflij","fiflij"},
{"","אל"},
{"œ ӕ","ae oe"},
// {"fiflij","fiflij"},
// {"","אל"},
// {"œ ӕ","ae oe"},
{"",""},
};