Are you sure that you have junit-3.8.1.jar in the lib directory of your Apache Ant installation? Does the build say something about JUnit?
On 06.01.2006 13:18:59 gerhard oettl wrote: > Hello > > How to get results from (or how to run) testcases? > > I followed http:///xmlgraphics.apache.org/fop -> Development -> > Test -> Testing (Section Layout Engine Testing) -> Wiki page -> > How do I run them? > > I altered two test in my svn-tree > test/layoutengine/standard-testcases/ > > block_basic_1.xml: line 41: > from: <eval expected="0 0 360000 360000" > to: <eval expected="0xxx 0 360000 360000" > > and block_break-after.xml: line 51: > from: <eval expected="1" > to: <eval expected="100" > > also in a way they should/must fail. > > Then i run according to the wiki page: > ant junit > ant junit-layout > ant junit-layout-standard > and the same again after a > ant clean > > but cannot see any effect. The build again results in > a BUILD SUCCESSFUL and besides one warning nothing special. > > > What have i missed? > > gerhard > > > > -- > .''`. gerhard oettl on Debian/Gnu Linux > : :' : > `. `'` gpg key: 1024D/D59131AA 2002-06-18 > `- Jeremias Maerki
