Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254195: java/nio/file/Files/SubstDrive.java failed with "AssertionEr…
…ror: expected [144951656448] but found [144951640064]"

Reviewed-by: alanb, bpb
  • Loading branch information
nhat-nguyen authored and Alan Bateman committed Oct 8, 2020
1 parent c2a5de6 commit 8c0d3d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/jdk/java/nio/file/Files/SubstDrive.java
Expand Up @@ -215,14 +215,6 @@ public void testFileStore() throws IOException {
fileStore1.getBlockSize(),
fileStore2.getBlockSize());

assertEquals(
fileStore1.getUnallocatedSpace(),
fileStore2.getUnallocatedSpace());

assertEquals(
fileStore1.getUsableSpace(),
fileStore2.getUsableSpace());

assertEquals(
fileStore1.name(),
fileStore2.name());
Expand Down

1 comment on commit 8c0d3d7

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 8c0d3d7 Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.