Skip to content

Commit

Permalink
changed fingerprint, just to see error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zlukich committed Mar 20, 2024
1 parent 822a760 commit 32705d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/test/java/org/matsim/run/RunIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ public void runScenario() {

MATSimApplication.execute(LausitzScenario.class, config, "run", "--1pct"
);

//////
////
// EventsUtils.createEventsFingerprint(utils.getOutputDirectory()+"lausitz-1pct.output_events.xml.gz",
// utils.getInputDirectory()+"lausitz.fp.zst");

EventsUtils.assertEqualEventsFingerprint(
new File(utils.getOutputDirectory(), "lausitz-1pct.output_events.xml.gz"),
new File(utils.getInputDirectory(), "lausitz-1pct.output_events.fp.zst").toString()
new File("test/output/org/matsim/run/RunIntegrationTest/runScenario/", "lausitz-1pct.output_events.xml.gz"),
new File(utils.getInputDirectory(), "lausitz.fp.zst").toString()
);


Expand Down
Binary file not shown.

0 comments on commit 32705d6

Please sign in to comment.