Description
I noticed that there are a few tests named SomeNameTest2.java in the tests sub-project. I was looking into adding tests and notice that the junit pattern was *Test.java. A quick change on the *2.java and re-running the tests from ant tests suggests that the tests with a suffix after the "Test" are not run.
Also, can you create some mirror directories for tests that match the package structures? That way we can create some unit test related to the classes being unit tested and they are easier to find.