Re: junit-{basic,fotree} regression in trunk

2012-02-13 Thread Glenn Adams
confirmed... thanks! On Mon, Feb 13, 2012 at 8:13 AM, mehdi houshmand wrote: > Hi Glenn, > > I fixed this issue in r1243549, this was a mistake made during the > migration to Junit4 (i.e. my fault). The reason "junit-all" doesn't > invoke these tests is because it runs a regex ("**/*TestCase.jav

Re: junit-{basic,fotree} regression in trunk

2012-02-13 Thread mehdi houshmand
Hi Glenn, I fixed this issue in r1243549, this was a mistake made during the migration to Junit4 (i.e. my fault). The reason "junit-all" doesn't invoke these tests is because it runs a regex ("**/*TestCase.java"), which (rather ironically in this case) catches more of the tests than the TestSuites