use a different character for test, one that is still enclosing mark in 6.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-07-23 12:18:48 +00:00
parent f8dd8a6ce3
commit 3626220146
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class TestWordDelimiterFilter extends BaseTokenStreamTestCase {
doSplit("ســـــــــــــــــلام", "ســـــــــــــــــلام");
// enclosing mark, don't split
doSplit("۞test", "۞test");
doSplit("test", "test");
// combining spacing mark (the virama), don't split
doSplit("हिन्दी", "हिन्दी");