RE: [COLLECTIONS] Tidy up of test classes

2010-10-17 Thread Gary Gregory
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Sunday, October 17, 2010 05:53 > To: Commons Developers List > Subject: [COLLECTIONS] Tidy up of test classes > > In the process of ensuring that the Ant and Maven builds ran the same > set of

Re: [COLLECTIONS] Tidy up of test classes

2010-10-17 Thread Jörg Schaible
sebb wrote: > In the process of ensuring that the Ant and Maven builds ran the same > set of tests, I found some test cases weren't being run. > > This was mainly due to the inconsistent naming conventions used, as > well as the use of TestAll classes. > > I think it would be a lot simpler to ma

[COLLECTIONS] Tidy up of test classes

2010-10-17 Thread sebb
In the process of ensuring that the Ant and Maven builds ran the same set of tests, I found some test cases weren't being run. This was mainly due to the inconsistent naming conventions used, as well as the use of TestAll classes. I think it would be a lot simpler to maintain and understand the t