Re: Problem with SolrTestCaseJ4

2011-06-23 Thread Robert Muir
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

Re: Problem with SolrTestCaseJ4

2011-06-23 Thread Tarjei Huse
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.

Re: Problem with SolrTestCaseJ4

2011-06-20 Thread jakobvadniel...@gmail.com
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 (

Re: Problem with SolrTestCaseJ4

2011-06-20 Thread 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 (from Solr-test-framework 3.2.0) helper class. The > problem is that I'm getting an Ass

Problem with SolrTestCaseJ4

2011-06-20 Thread Jakob Vad Nielsen
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 AssertionError for LuceneTestCase.java: java.lang.AssertionError: ensure your setUp() calls super.setUp()!!! at o