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-23 Thread Robert Muir
On Thu, Jun 23, 2011 at 4:10 AM, Tarjei Huse tar...@scanmine.com 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

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

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 jakobvadniel...@gmail.com 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

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 rcm...@gmail.com: you must use junit 4.7.x, not junit 4.8.x On Mon, Jun 20, 2011 at 6:21 AM, Jakob Vad Nielsen jakobvadniel...@gmail.com wrote: Hi, I'm trying to create some integrations tests within my project using