Re: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Mick Knutson
ROTECTED]> Sent: Monday, October 06, 2003 11:05 AM Subject: RE: Help with StrutsTestCase examples and usage. > Yes, all my junit tests (including cactus) depend on a db-load task that > uses DBUnit. As far as logging in before running your test (the > j_security_check) that sho

RE: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Matt Raible
" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 10:45 AM Subject: RE: Help with StrutsTestCase examples and usage. > I use DBUnit to ensure that the database is in a repeatable state. Cactus > does

Re: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Mick Knutson
; <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 10:45 AM Subject: RE: Help with StrutsTestCase examples and usage. > I use DBUnit to ensure that the database is in a repeatable state. Cactus > does support

RE: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Matt Raible
+ "' role", request.isUserInRole(rb.getString("role"))); } Where "rb" is a properties file for my test. HTH, Matt -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:45 AM To: Struts Users M

Re: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Mick Knutson
gt; Sent: Monday, October 06, 2003 10:29 AM Subject: RE: Help with StrutsTestCase examples and usage. > Here's an in-container StrutsTestCase: > > http://tinyurl.com/pwkp > > HTH, > > Matt > > -Original Message- > From: Mick Knutson [mailto:[EMAIL PROTE

RE: Help with StrutsTestCase examples and usage.

2003-10-06 Thread Matt Raible
Here's an in-container StrutsTestCase: http://tinyurl.com/pwkp HTH, Matt -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:29 AM To: struts Subject: Help with StrutsTestCase examples and usage. I am having issues with ge

Help with StrutsTestCase examples and usage.

2003-10-06 Thread Mick Knutson
I am having issues with getting StrutsTestCase to work. I have several actions that I am checking for a given ActionForward, but the Forward is not what was expected. However, it does not tell me what Forward was received. Also, when there is an error returned, I keep getting "Error was returned,