From b8529623eb0eb4fb67f12ae44ecedd5ad447c4b6 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:11:15 -0500 Subject: Change name of test file to avoid conflict (#2705) --- java/test/TestH5OcopyOld.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/test/TestH5OcopyOld.java b/java/test/TestH5OcopyOld.java index 6353df5..0fa57e6 100644 --- a/java/test/TestH5OcopyOld.java +++ b/java/test/TestH5OcopyOld.java @@ -249,7 +249,7 @@ public class TestH5OcopyOld { try { // create new file - H5fid2 = H5.H5Fcreate("copy.h5", HDF5Constants.H5F_ACC_TRUNC, HDF5Constants.H5P_DEFAULT, + H5fid2 = H5.H5Fcreate("copy_old.h5", HDF5Constants.H5F_ACC_TRUNC, HDF5Constants.H5P_DEFAULT, HDF5Constants.H5P_DEFAULT); assertTrue("testH5OcopyRefsDatasettodiffFile.H5Fcreate: ", H5fid2 >= 0); H5.H5Fflush(H5fid2, HDF5Constants.H5F_SCOPE_LOCAL); @@ -288,7 +288,7 @@ public class TestH5OcopyOld { catch (Exception ex) { } } - _deleteFile("copy.h5"); + _deleteFile("copy_old.h5"); } @Test -- cgit v0.12