On 1/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Make test fail when the platform doesn't match. Else we have a bogus passing > test.
Please don't do that! Before this change, I could simply run all tests in src/test package (e.g. in Eclipse "run all tests in package") regardless of which database I run against. This is no longer possible if the wrong platform fails the test. Btw, I have some ideas to make this a lot nicer using parameterized tests (so that we do not need the test cases per platform anymore), but I won't have time for it before the weekend. regards, Tom
