On Fri, 11 Apr 2003, Jay <[EMAIL PROTECTED]> wrote: > Here is the new patch to add a regular expression selector as a core > task, instead of the one I submitted Wednesday that just updated > ContainsSelector.
Thanks, will be committed in a few minutes. Could you please check that everything is OK? I received a few "with fuzz ..." messages from patch and MatchingTask wouldn't compile (you forgot the import for ContainsRegexpSelector). Things look fine, but I want to be sure. > I was thinking I should also do a test case. Keep that way of thinking 8-) > I have gotten lost trying to find what's needed. Let me see whether I can help. Ant's Unit tests get run by the "test" target in Ant's build file. Most of our tests extend BuildFileTest which contains the logic of finding build files, parsing them and running certain targets. All test run with that target are supposed to pass. In general, our test classes live in src/testcases and the build files as well as required input and expected output (if any) in src/etc/testcases. I hope this helps at least a bit Stefan