Re: First try at tapestry-test with no success

2008-12-04 Thread Borut BolĨina
Hi, I created src/test/java/bb.sandbox/myapp/integration/IntegrationTests.java package bb.sandbox.myapp.integration; import org.apache.tapestry5.test.AbstractIntegrationTestSuite; import org.testng.annotations.Test; @Test(timeOut = 5, sequential = true) public class IntegrationTests extends

Re: First try at tapestry-test with no success

2008-08-01 Thread Hugo Palma
phew, it seems that you have to define a default servlet in the webdefault.xml file for this to work. I've created an issue for this to get documented (https://issues.apache.org/jira/browse/TAPESTRY-2549) Hugo Palma wrote: Ok, it seems that this is because of a bug in Selenium (http://jira.ope

Re: First try at tapestry-test with no success

2008-08-01 Thread Hugo Palma
Ok, it seems that this is because of a bug in Selenium (http://jira.openqa.org/browse/SRC-225) I don't this anymore after i started using Selenium 1.0-SNAPSHOT. Now i seem to be having a problem with JettyRunner. The jetty instance seems to be up and running, i get no exceptions. But when i acc