Hm, Erik is not alone with unit tests failing. My HighlighterTest passes (I didn't do svn update today yet)
Let me know what happens after you fully update and build the main Lucene JAR, then run the highlighter build.
, but I see SortTest failing:
[junit] Testcase: testNormalizedScores(org.apache.lucene.search.TestSort): FAILED
Line 365 is this:
assertSameValues (scoresA, getScores(multi.search(queryA,sort)));
And this makes me think that this broke during my last commit of Wolf's patch for MultiSearcher and docFreq stuff. However I did run 'ant test' before commit and did see BUILD SUCCESSFUL, so I'm not 100% sure.
Anyone else seeing this error?
Yes, I see this same error.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
