Hi Mark, The setUp() method is executed in the server side classpath. Are you sure you do not want to use a begin() method instead? (see http://jakarta.apache.org/cactus/writing/howto_testcase.html).
-Vincent > -----Original Message----- > From: Mark Slater [mailto:[EMAIL PROTECTED] > Sent: 19 June 2004 09:58 > To: [EMAIL PROTECTED] > Subject: what is the location of data files for testing? > > I'm sure this is documented all over the place, but for the life of me, > I couldn't find it after looking for the two hours or so. I'm using > the maven plugin to run my cactus tests. In the setUp() method, I'd > like to load a couple of image files to use in the testing. Where in > the directory structure would I put those files so the are accessible > with getClass().getResource("image.jpg") inside the setUp() method? > > Thanks! > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
