In message <aanlktimsldy9qnl0pn9ia3ljv9j5zjxgqotxw9q7-...@mail.gmail.com>, Lang Yang writes: > > Thanks Alexey and Nathan! > > On Sat, May 22, 2010 at 4:09 PM, Nathan Beyer <ndbe...@apache.org> wrote: > > > It's not quite as simple as that. There are plenty of cases where > > using implementation specific classes is fine - most of the modules > > have hundreds of tests like this. This is why many of the modules have > > a 'api' and a 'impl' folder separation. > > > > Is that mean If I have used implementation specific classes, I should > put the test case in 'impl' folder? Is there an ANT target defined to > test them seperate?
Adding a folder for implementation specific tests will require changing the modules/imageio/build.xml and modules/imageio/make/run-test.xml and changing the src/test directory structure. I can do this when the code freeze is over. -Mark.