On Mar 8, 2013, at 2:49 PM, Daniel Gruno <[email protected]> wrote: > On 03/08/2013 08:22 PM, Jim Jagielski wrote: >> From what I can see, that's exactly what it does... >> >> I plan on testing this weekend. Daniel, do you have any >> testing suites you use? >> > I have some additions to the Perl framework we use, but that's mostly > for testing the LuaMapHandler (which no one uses*cough*). I was advised > not to push these changes into the test framework, as it'd break it (as > I understand it, we use it for 2.4 tests, not trunk tests), but once/if > the stuff gets backported, I'd be happy to put those tests into the > framework.
Actually, we use it for all tests. The framework is smart enough, if the tests are written correctly, to only run those tests which are applicable to a certain version or version level. The breakage is only when tests are added which test trunk additions but the need_min_apache_version(*) rulz aren't used.
