TestConstantScoreRangeQuery does not compile with ecj
-----------------------------------------------------

         Key: LUCENE-611
         URL: http://issues.apache.org/jira/browse/LUCENE-611
     Project: Lucene - Java
        Type: Bug

  Components: Search  
    Versions: 2.0.0    
 Environment: Eclipse 3.1.2, FC5
    Reporter: DM Smith


TestConstantScoreRangeQuery has an assertEquals(String, Float, Float)
but most of the calls to assertEquals are (String, int, int).

ecj complains with the following error:
The method assertEquals(String, float, float) is ambiguous for the type 
TestConstantScoreRangeQuery

The simple solution is to supply an assertEquals(String, int, int) which calls 
Assert.assertEquals(String, int, int)

Patch to follow.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to