summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5Fbasic.java
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-22 16:48:44 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-22 16:48:44 (GMT)
commit4ddd7704b6f07bf5f23cbb006b879f28ebd84492 (patch)
treef40e6f0f6108d9b10fdf30ace82cf2e0ff9654b6 /java/test/TestH5Fbasic.java
parent32f57355c28efb390a25865eb3adf9f0b66c6e56 (diff)
parenteb8d35dd8cfd7339c203f758cf9637ac1cdc7a96 (diff)
downloadhdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.zip
hdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.tar.gz
hdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.tar.bz2
Merge branch 'develop' into hdf5_1_10.sync
Diffstat (limited to 'java/test/TestH5Fbasic.java')
-rw-r--r--java/test/TestH5Fbasic.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/TestH5Fbasic.java b/java/test/TestH5Fbasic.java
index faf0bf7..11d6644 100644
--- a/java/test/TestH5Fbasic.java
+++ b/java/test/TestH5Fbasic.java
@@ -32,8 +32,8 @@ import org.junit.rules.TestName;
public class TestH5Fbasic {
@Rule public TestName testname = new TestName();
- private static final String H5_FILE = "test.h5";
- private static final String TXT_FILE = "test.txt";
+ private static final String H5_FILE = "testFb.h5";
+ private static final String TXT_FILE = "testFb.txt";
long H5fid = -1;
private final void _deleteFile(String filename) {