From: "Stefan Bodewig" <[EMAIL PROTECTED]> > Looks as if you were not running the tests against the latest CVS code > itself. Not that the <junit> tasks in Ant's buildfile run in > non-forked mode, so you are testing the version of Ant that you are > currently using to run the task. Make sure you execute the latest > bootstrapped version. >
Thanks, most tests pass now. > > Testcase: test2(org.apache.tools.ant.types.DescriptionTest):: FAILED > > Multi line description failed expected:<Multi Line > > Project Description> but was:<Multi LineProject Description> > > Nico suggests that this depends on the XML parser - which one are you > using? I couldn't reproduce this with any parser on Linux. > I am using crimson here. And the problem continues. > > Testsuite: org.apache.tools.ant.types.FilterSetTest > > Tests run: 3, Failures: 3, Errors: 0, Time elapsed: 0.25 sec > > Do these tests pass if you remove all <fixcrlf>s from > src/etc/testcases/types/filterset.xml? > Yes, they pass fine when I remove the <fixcrlf>. I guess they need to be changed to something more OS independent. Jose Alberto -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
