Re: Ant + Cactus + JUnit

2001-08-22 Thread Vincent Massol
Hi Lindanger, From the stack trace, it seems your classpath is not correct on the server side (and that you are missing your test classes there). Please read the following document : http://jakarta.apache.org/commons/cactus/getting_started.html Thanks -Vincent - Original Message - From:

RE: Ant + Cactus + JUnit

2001-08-22 Thread Lindanger Trond Kjetil
Hi and thank you. My first thought was also the serverside classpath. I have checked the getting started page a couple of times. We have put all the testing and tested code into one .jar-module being included in the .war-file under WEB-INF/lib. I thought that the test classes was not found due to

Re: Ant + Cactus + JUnit

2001-08-22 Thread Vincent Massol
- Original Message - From: Lindanger Trond Kjetil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 8:04 AM Subject: RE: Ant + Cactus + JUnit Hi and thank you. My first thought was also the serverside classpath. I have checked the getting started page a couple

RE: cactus and Iplanet App Server 6.0

2001-08-22 Thread Chabbewal, Navjeet
Vincent, I was only able to run the tests after making a change to ServletTestCaller i.e. moving the call to setAttribute() after the call to holder.setResult(). Is there any negative impact of moving this call ? The SendHeader() tests fails but rest of them are successfull. Is it safe to

Re: cactus and Iplanet App Server 6.0

2001-08-22 Thread Vincent Massol
As I told you in my previous email, I have removed the holder ... so there is no more holder ... get the nighlty build from today if you wish, you'll see the change ... Thanks -Vincent - Original Message - From: Chabbewal, Navjeet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

RE: cactus and Iplanet App Server 6.0

2001-08-22 Thread Chabbewal, Navjeet
As your email was sent on 21st I took the nightly build of 21st. I will take today's build tomorrow and check it out again. --Navjeet -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 4:40 PM To: [EMAIL PROTECTED]

Testing Login functionailty

2001-08-22 Thread Anand Mohanram
Hi I have a Login screen and I would like to supply Username and password and check whether the resulting screen and ofcourse the contents the screen are right. I tried httpunit but I am not able to get the resulting screen correctly. Should I use cactus ? I am trying to simulate the Submit