Re: Use of SolrJettyTestBase

2013-04-13 Thread Erick Erickson
I don't see anything obvious, can you set a breakpoint in any other test and hit it? It's always worked for me if I set a breakpoint and execute in debug mode... Not much help, Erick On Thu, Apr 11, 2013 at 5:01 PM, Upayavira wrote: > On Tue, Apr 2, 2013, at 12:21 AM, Chris Hostetter wrote: >> :

Re: Use of SolrJettyTestBase

2013-04-11 Thread Upayavira
On Tue, Apr 2, 2013, at 12:21 AM, Chris Hostetter wrote: > : I've subclassed SolrJettyTestBase, and added a test method (annotated > : with @test). However, my test method is never called. I see the > > You got an immediate failure from the tests setup, because you don'th ave > assertions enabled

Re: Use of SolrJettyTestBase

2013-04-01 Thread Chris Hostetter
: I've subclassed SolrJettyTestBase, and added a test method (annotated : with @test). However, my test method is never called. I see the You got an immediate failure from the tests setup, because you don'th ave assertions enabled in your JVM (the Lucene & Solr test frameworks both require asser

Use of SolrJettyTestBase

2013-04-01 Thread Upayavira
I'm attempting to use SolrJettyTestBase to test a simple app that pushes content to Solr. I've subclassed SolrJettyTestBase, and added a test method (annotated with @test). However, my test method is never called. I see the following: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Fou