On 9/19/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > Yonik Seeley wrote: > > On 9/19/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > >> Yonik Seeley wrote: > >>> ant test from the command line is currently failing. > >>> > >>> compileTests: > >>> [mkdir] Created dir: F:\code\solr\build\tests > >>> [javac] Compiling 66 source files to F:\code\solr\build\tests > >>> [javac] > >>> F:\code\solr\client\java\solrj\test\org\apache\solr\client\solrj\Lar > >>> geVolumeTestBase.java:27: package org.junit does not exist > >>> [javac] import org.junit.Assert; > >>> > >>> -Yonik > >>> > >> hymm, must be a different version of JUnit in my classpath. > > > > I just checked mine... the one in the ant lib dir is 3.8.1 > > > > I've got 4.1, I think they added a whole bit so you can write tests that > don't extend TestCase. > > Does the latest commit work for you?
Yep. If there are good features in the latest versions that we want to use, it's probably no big deal to require a later version of junit. -Yonik