Hi, I have been developing extensions to SOLR code using 4.0 truck. For JUnit testing I am extending AbstractSolrTestCase which in the ALPHA release is located in JAR apache-solr-test-framework-4.0.0-ALPHA.jar. However, this class extends LuceneTestCase which comes from JAR lucene-test-framework-4.0-SNAPSHOT.jar. In the ALPHA release the later JAR is not shipped or I can't find it. My question is which class should I use for testing customized/extensions to SOLR/LUCENE code? Is there a better way of doing this without build the lucene-test-framework-4.0-SNAPSHOT.jar from the source code?
Thanks, Koorosh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-ALPHA-AbstractSolrTestCase-depending-on-LuceneTestCase-tp3995639.html Sent from the Solr - User mailing list archive at Nabble.com.
