From: <to...@us...> - 2004-05-14 13:08:59
|
With the new build.xml the unit tests are running again. However they are failing now because ant tries to run test.mockobjects.TestExpectationCollection, which is an abstract class. Workaround: exclude it from the unit tests (as done in the attached patch) However I would prefer a more general mechanism for abstract test classes like this one, for example naming them 'AbstractTestXXX'. Any comments? Regards, Tomy |