mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
(fix) build with case-sensitive filesystem
This commit is contained in:
parent
ccfe53b7ac
commit
72c7d4247d
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ import de.kosit.validationtool.model.scenarios.Scenarios;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Testet die Versionierung von Scenario-Dateien aka Konfigurationsdaten.
|
* Testet die Versionierung von Scenario-Dateien aka Konfigurationsdaten.
|
||||||
*
|
*
|
||||||
* @author Andreas Penski
|
* @author Andreas Penski
|
||||||
*/
|
*/
|
||||||
public class VersioningTest {
|
public class VersioningTest {
|
||||||
|
|
@ -45,7 +45,7 @@ public class VersioningTest {
|
||||||
|
|
||||||
private static final URL NEW_FEATURE = VersioningTest.class.getResource("/examples/versioning/scenarios-newfeature.xml");
|
private static final URL NEW_FEATURE = VersioningTest.class.getResource("/examples/versioning/scenarios-newfeature.xml");
|
||||||
|
|
||||||
private static final URL NEW_VERSION = VersioningTest.class.getResource("/examples/versioning/scenarios-newVersion.xml");
|
private static final URL NEW_VERSION = VersioningTest.class.getResource("/examples/versioning/scenarios-newversion.xml");
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public ExpectedException exception = ExpectedException.none();
|
public ExpectedException exception = ExpectedException.none();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue