How to package test cases

2008-02-08 Thread Michal Valach
Hi, Im wrote a test case for a class, which is supposed to be compiled into a JAR file within bigger EAR application. My question is, where am i supposed to compile the cactus test case? Im trying to compile the test case into a distinct war file within the same EAR file? Am i doing it

Re: How to package test cases

2008-02-08 Thread Petar Tahchiev
Hi Michael, my guess would be that you are right. For instance if you look at the samples projects that come with Cactus there is one regarding EJB. Those EJB's are tested with the same approach that you do. Cheers, Petar. 2008/2/8, Michal Valach [EMAIL PROTECTED]: Hi, Im wrote a test case