t5: testing t5 pages under SeleniumRC

2009-11-13 Thread Angelo Chen
Hi, I'm using SeleniumRC to test some pages under a T5 app, if I test: http://www.example.com/ this works. but if I test http://www.example.com/items and I got following It looks like your baseUrl (http://www.example.com/items) is pointing to a file, not a directory (it doesn't end with a

RE: T5: testing T5

2007-11-19 Thread Joel Wiegman
Subject: Re: T5: testing T5 Ok first things first. I made the following test: package net.godcode.t5c; import org.testng.annotations.Test; public class TestForTest { @Test public void aTest() { } } It does nothing and lives in src/test/java - this should be all I need

Re: T5: testing T5

2007-11-19 Thread Chris Lewis
users Subject: Re: T5: testing T5 Ok first things first. I made the following test: package net.godcode.t5c; import org.testng.annotations.Test; public class TestForTest { @Test public void aTest() { } } It does nothing and lives in src/test/java - this should

T5: testing T5

2007-11-16 Thread Chris Lewis
I've started working on testing my components using the PageTester, partially based on the site docs and partially on the T5 source. I have a test method as follows, which mirrors how the FormTest in T5 works: @Test public void testEffects() { String appPackage =

Re: T5: testing T5

2007-11-16 Thread Chris Lewis
Ok I retract part of that. I see this output in mvn test now: --- T E S T S --- Running net.godcode.t5c.integration.pagelevel.rendering.pages.TestSlideShow Tests run: 0, Failures: 0, Errors: