From: Martin D. <mar...@te...> - 2002-11-01 15:51:03
|
Hello all James Macgill a =E9crit : > The cts module has its own <build> block which overides the unitTest bl= ock > with: > <unitTest> > <includes> > <include>**/GeocentricTransformTest.java</include> > </includes> > </unitTest> >=20 > So that only the one test is actually run. We could probably put something like (I'm not sure of the exact syntax): <unitTest> <includes> <include>**/*Test.java</include> <exclude>**/ScriptTest.java</exclude> </includes> </unitTest> Martin. |