Yes this was the case ... IDEA keeps putting test cases into the wrong place if there is no src/test directory in existence it seems. I just fixed it but it's pretty clear this was the problem you stated clearly.
If it happens again which I hope it won't just feel free to svn mv the file. Alex On Nov 11, 2007 4:47 PM, Enrique Rodriguez <[EMAIL PROTECTED]> wrote: > Hi, Directory developers, > > The 'bigbang' branch fails to compile for me, with: > > ... > core/src/main/java/org/apache/directory/server/core/changelog/MemoryChangeLogStoreTest.java:[22,23] > package junit.framework does not exist > > core/src/main/java/org/apache/directory/server/core/changelog/MemoryChangeLogStoreTest.java:[40,46] > cannot find symbol > symbol: class TestCase > public class MemoryChangeLogStoreTest extends TestCase > > core/src/main/java/org/apache/directory/server/core/changelog/MemoryChangeLogStoreTest.java:[47,8] > cannot find symbol > symbol : variable super > location: class > org.apache.directory.server.core.changelog.MemoryChangeLogStoreTest > ... > > Should this Test class be moved to the 'src/test/java' directory? > > Enrique >
