Files
spring-batch/spring-batch-infrastructure
Andy Wilkinson 3e5e871163 Make use of current working dir explicit for compatibility with H2 1.4
H2 1.4 requires that file paths that are relative to the current
working directory declare this explicitly, i.e. the path
file:/some-dir must now be file:./some-dir.

This commit updates DatabaseTypeIntegrationTests to meet the
above-described requirement, thereby allowing the tests to pass when
run against H2 1.4.x.
2014-12-30 16:50:57 -06:00
..
2014-04-02 14:35:53 -04:00