summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-01 20:19:43 (GMT)
committerGitHub <noreply@github.com>2022-03-01 20:19:43 (GMT)
commitebf89bb231cd5b41180e58facae485f819cc3cea (patch)
treec5ef2818893b7585a9d60ad409cdda0c3685cff4 /java/test
parentc72904c6b3ff04a48209c8e26dcce3007e2ddb40 (diff)
downloadhdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.zip
hdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.tar.gz
hdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.tar.bz2
Fix install config and java test name conflict (#1467)
Diffstat (limited to 'java/test')
-rw-r--r--java/test/TestH5OcopyOld.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/test/TestH5OcopyOld.java b/java/test/TestH5OcopyOld.java
index b360cd0..e547051 100644
--- a/java/test/TestH5OcopyOld.java
+++ b/java/test/TestH5OcopyOld.java
@@ -32,7 +32,7 @@ import org.junit.rules.TestName;
public class TestH5OcopyOld {
@Rule public TestName testname = new TestName();
- private static final String FILENAME = "testRefsattribute.h5";
+ private static final String FILENAME = "testRefsattributeO.h5";
private static final int DIM_X = 4;
private static final int DIM_Y = 6;
long H5fid = HDF5Constants.H5I_INVALID_HID;
@@ -140,7 +140,6 @@ public class TestH5OcopyOld {
byte[] dset_data = new byte[16];
long attribute_id = HDF5Constants.H5I_INVALID_HID;
-
try {
rbuf0 = H5.H5Rcreate(H5fid, "/G1", HDF5Constants.H5R_OBJECT, -1);
rbuf1 = H5.H5Rcreate(H5fid, "DS2", HDF5Constants.H5R_OBJECT, -1);