Skip to content

Commit

Permalink
Assert that matsimTempDir is not null
Browse files Browse the repository at this point in the history
  • Loading branch information
marecabo committed Oct 18, 2024
1 parent f3f6f57 commit 1ea30fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ void testTmpDir() {

String javaTempDir = System.getProperty("java.io.tmpdir");
System.setProperty(OutputDirectoryHierarchy.MATSIM_TEMP_DIR_PROPERTY, javaTempDir);
Assertions.assertNotNull(javaTempDir);

System.setProperty("matsim.preferLocalDtds", "true");

URL scenarioURL = ExamplesUtils.getTestScenarioURL("siouxfalls-2014");
Expand Down

0 comments on commit 1ea30fe

Please sign in to comment.