Hi, I am trying out this Tapestry-Test, here is my simple test: public class MyTest2 extends AbstractIntegrationTestSuite {
public class MyTest2 extends AbstractIntegrationTestSuite { public MyTest2() { super("src/main/webapp"); } @Test public void test() { open(BASE_URL); } } and I got this error: WebApplicationContext Configuration error on src/main/webapp java.io.FileNotFoundException: /Users/justinchua/bfe/myapp/src/test/conf/webdefault.xml (No such file or directory) what I'm missing here? thanks. A.C. -- View this message in context: http://www.nabble.com/T5%3A-Tapestry-Test-tp14452455p14452455.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]