Hi Alex,

the base class you can use is: org.apache.jackrabbit.test.AbstractJCRTest

it's located in src/test/java

if you want to run your testcase with all the other test cases, you have to add your class to one of the TestAll classes. e.g. to org.apache.jackrabbit.core.TestAll

there should be one TestAll class for each package.

regards
 marcel

Alexandru Popescu wrote:
Hi!

Is there a quick way to create a test case with a Jackrabbit repository fixture? Is the source base containing just a base test case class? If yes (and I think it is), can you please point me to the correct direction.

I would like to create a quick test case for a started discussion :-).

thanks a lot,

./alex
--
.w( the_mindstorm )p.



Reply via email to