Skip to content

Commit

Permalink
last modified time is platform dependent and not a simpler property o…
Browse files Browse the repository at this point in the history
…f an object
  • Loading branch information
elharo committed Nov 16, 2020
1 parent c0ceee9 commit c74947a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ public void testRecreation()

archiver.createArchive( session, project, config );

assertThat( history ).as( "History " + history + " time:" + time ).isEqualTo( jarFile.lastModified() );

config.setForced( true );
archiver.createArchive( session, project, config );
// I'm not sure if it could only be greater than time or if it is sufficient to be greater or equal..
Expand Down

0 comments on commit c74947a

Please sign in to comment.