enable disabled assertion in this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-10-21 18:22:17 +00:00
parent 408e18b10c
commit a98050eb5a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class TestBasicOperations extends LuceneTestCase {
singleton = BasicAutomata.makeString("\ud801\udc1c");
expandedSingleton = singleton.cloneExpanded();
//assertEquals(singleton, expandedSingleton);
assertTrue(BasicOperations.sameLanguage(singleton, expandedSingleton));
}
public void testGetRandomAcceptedString() throws Throwable {