On Thu, Jun 23, 2011 at 4:10 AM, Tarjei Huse wrote:
> On 06/20/2011 01:51 PM, Robert Muir wrote:
>> you must use junit 4.7.x, not junit 4.8.x
> Is there a way around this?
>
No, the only thing option we can do is decide to require 4.8
> Depending on a specific Junit version is bound to cause pro
On 06/20/2011 01:51 PM, Robert Muir wrote:
> you must use junit 4.7.x, not junit 4.8.x
Is there a way around this?
Depending on a specific Junit version is bound to cause problems when
working with other packages. For example Spring 2.5.6 testframework does
not work newer junit versions than 4.4.
Thnx a lot! :)
/Jakob
Den 20. juni 2011 kl. 13:51 skrev Robert Muir :
> you must use junit 4.7.x, not junit 4.8.x
>
> On Mon, Jun 20, 2011 at 6:21 AM, Jakob Vad Nielsen
> wrote:
>> Hi,
>>
>> I'm trying to create some integrations tests within my project using JUnit
>> and the SolrTestCaseJ4 (
you must use junit 4.7.x, not junit 4.8.x
On Mon, Jun 20, 2011 at 6:21 AM, Jakob Vad Nielsen
wrote:
> Hi,
>
> I'm trying to create some integrations tests within my project using JUnit
> and the SolrTestCaseJ4 (from Solr-test-framework 3.2.0) helper class. The
> problem is that I'm getting an Ass