Skip to content

Commit 8c0d3d7

Browse files
nhat-nguyenAlan Bateman
authored and
Alan Bateman
committed
8254195: java/nio/file/Files/SubstDrive.java failed with "AssertionError: expected [144951656448] but found [144951640064]"
Reviewed-by: alanb, bpb
1 parent c2a5de6 commit 8c0d3d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/jdk/java/nio/file/Files/SubstDrive.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,6 @@ public void testFileStore() throws IOException {
215215
fileStore1.getBlockSize(),
216216
fileStore2.getBlockSize());
217217

218-
assertEquals(
219-
fileStore1.getUnallocatedSpace(),
220-
fileStore2.getUnallocatedSpace());
221-
222-
assertEquals(
223-
fileStore1.getUsableSpace(),
224-
fileStore2.getUsableSpace());
225-
226218
assertEquals(
227219
fileStore1.name(),
228220
fileStore2.name());

0 commit comments

Comments
 (0)