Hi I was running tests on trunk (after merging the changes from LUCENE-2537) and received this error message:
expected:<true> but was:<false> junit.framework.AssertionFailedError: expected: but was: at org.apache.lucene.util.automaton.TestUTF32ToUTF8.assertAutomaton(TestUTF32ToUTF8.java:197) at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:170) at org.apache.lucene.util.LuceneTestCase.runBare(LuceneTestCase.java:285) NOTE: random seed of testcase 'testRandomRegexes' was: 3510820306304573866 I'm sure it's related to my changes. Has anyone else seen this before? Shai
