Re: T5: testing T5

2007-11-19 Thread Chris Lewis
007 4:51 AM To: Tapestry 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/t

RE: T5: testing T5

2007-11-19 Thread Joel Wiegman
Tapestry 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 b

Re: T5: testing T5

2007-11-17 Thread Chris Lewis
o: Tapestry users Subject: Re: T5: testing T5 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.T

RE: T5: testing T5

2007-11-16 Thread Joel Wiegman
riginal Message- From: Chris Lewis [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 3:32 PM To: Tapestry users Subject: Re: T5: testing T5 Ok I retract part of that. I see this output in mvn test now: ---

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: 0,