On 5/28/05, Daniel John Debrunner <[EMAIL PROTECTED]> wrote: > Patch that makes RunList pass on any ij.dataSource properties in the > System set to forked RunTest. > > This allows suites to be run using a datasource for the default > connection instead of DriverManager. Allows testing of JSR169.
Haven't tested it yet, but it looks fine to me. Is there a reason to enumerate the system properties instead of just using getProperty? Is System.getProperty() missing from JSR169? Jeremy - I think you will find this patch helpful for testing your unified data source class. :-) andrew
