On Tue, Mar 25, 2008 at 8:45 PM, Chris Hostetter
<[EMAIL PROTECTED]> wrote:
>
> : [junit] Running org.apache.solr.client.solrj.response.QueryResponseTest
>
> : [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.316 sec
>
> This test seems to have been failing consistently in the nightly build
> since March 18th which is when the test was added (new Date Faceting
> code)...
The thing that jumped out at me is that it's using new annotations...
I bet the version of junit in ant is out of date on the zone.
I just logged in, and it seems to confirm this:
<testcase classname="junit.framework.TestSuite$1" name="warning" time="0.01">
<failure message="No tests found in org.apache.solr.client.solrj.response.Qu
eryResponseTest" type="junit.framework.AssertionFailedError">junit.framework.Ass
ertionFailedError: No tests found in org.apache.solr.client.solrj.response.Query
ResponseTest
I'll look into updating.
-Yonik