On Thu, 2003-10-02 at 02:12, Henri Yandell wrote: > > I'm a bit confused with Collections atm. > > 'ant test' calls src/test/org/apache/commons/collections/TestAll.java. > However this does not list tests in sub-packages that I can see [though I > imagine things like the iterators package could be tested through > TestIteratorUtils. > > Anyone know what the deal is? Have we switched to Maven for > building/testing? > > Hen
There was bug related to this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23155 It's an oversight. project.xml was switched to use o.a.c.collections.TestAllPackages but build.xml still uses o.a.c.collections.TestAll. My preference would be to change o.a.c.collections.TestAll to do what o.a.c.collections.TestAllPackages does and then revert project.xml to use TestAll. -Janek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
