You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2003/11/18 22:38:10 UTC

tests failing

In my foray into writing a test case for the type converter patch I 
want to apply, I've run the TapestrySuite by doing 'ant gui'.

TestAutoParameters.xml, TestListenerBinding.xml, and 
TestSpecDelegate.xml are all failing for me.  3 out of 448 tests are 
failing, so that's not too bad, but let's get that to zero.  Is this 
something environmental for me?  It seems like in 
TestAutoParameters.xml the boolValue should be true, but it is 
expecting false.  Is the test case itself broken, or something in the 
production code?

Also, why is the <junit> task not being used in junit/build.xml?  I'd 
be happy to put in <junit> and <junitreport> if there are no 
objections.  I can do it in a standalone target that wouldn't hurt the 
run or gui targets.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: tests failing

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Thursday, November 20, 2003, at 02:29  PM, Howard M. Lewis Ship 
wrote:
> Are you on windoze or linux?  Possibly some of the scripts are wonky 
> due to line endings?  Just a
> guess.

Windoze for my Tapestry work.

I'll look into them further now that I know they are green for you.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


RE: tests failing

Posted by "Howard M. Lewis Ship" <hl...@comcast.net>.
Works for me ...

     [java] Time: 84.091

     [java] OK (447 tests)


BUILD SUCCESSFUL
Total time: 3 minutes 53 seconds
c:\workspace\jakarta-tapestry>java -version
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

c:\workspace\jakarta-tapestry>ant -version
Apache Ant version 1.5.1 compiled on October 2 2002
c:\workspace\jakarta-tapestry>


Are you on windoze or linux?  Possibly some of the scripts are wonky due to line endings?  Just a
guess.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -----Original Message-----
> From: Erik Hatcher [mailto:erik@ehatchersolutions.com] 
> Sent: Tuesday, November 18, 2003 4:38 PM
> To: tapestry-dev@jakarta.apache.org
> Subject: tests failing
> 
> 
> In my foray into writing a test case for the type converter patch I 
> want to apply, I've run the TapestrySuite by doing 'ant gui'.
> 
> TestAutoParameters.xml, TestListenerBinding.xml, and 
> TestSpecDelegate.xml are all failing for me.  3 out of 448 tests are 
> failing, so that's not too bad, but let's get that to zero.  Is this 
> something environmental for me?  It seems like in 
> TestAutoParameters.xml the boolValue should be true, but it is 
> expecting false.  Is the test case itself broken, or something in the 
> production code?
> 
> Also, why is the <junit> task not being used in junit/build.xml?  I'd 
> be happy to put in <junit> and <junitreport> if there are no 
> objections.  I can do it in a standalone target that wouldn't 
> hurt the 
> run or gui targets.
> 
> 	Erik
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org