Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Apr 19, 2019
1 parent 2fee823 commit b00acf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public void testBuild_parentDirBehavior() throws IOException {
// parentBBB (default permissions - ignored custom permissions, since fileB added first)
TarArchiveEntry rootParentBBB = in.getNextTarEntry();
Assert.assertEquals(040755, rootParentBBB.getMode());

This comment has been minimized.

Copy link
@chanseokoh

chanseokoh Apr 19, 2019

Member

To make it clear: I think this should be 040444 once #1650 is fixed, no?

// TODO (#1650): The behavior we WANT is that that we get Instant.ofEpochSecond(40) here.
Assert.assertEquals(Instant.ofEpochSecond(1), root.getModTime().toInstant());

// skip over fileB
Expand Down

0 comments on commit b00acf5

Please sign in to comment.