diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-05-22 16:48:44 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-05-22 16:48:44 (GMT) |
commit | 4ddd7704b6f07bf5f23cbb006b879f28ebd84492 (patch) | |
tree | f40e6f0f6108d9b10fdf30ace82cf2e0ff9654b6 /java/test/TestH5T.java | |
parent | 32f57355c28efb390a25865eb3adf9f0b66c6e56 (diff) | |
parent | eb8d35dd8cfd7339c203f758cf9637ac1cdc7a96 (diff) | |
download | hdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.zip hdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.tar.gz hdf5-4ddd7704b6f07bf5f23cbb006b879f28ebd84492.tar.bz2 |
Merge branch 'develop' into hdf5_1_10.sync
Diffstat (limited to 'java/test/TestH5T.java')
-rw-r--r-- | java/test/TestH5T.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5T.java b/java/test/TestH5T.java index 0c68d2e..1a7e58b 100644 --- a/java/test/TestH5T.java +++ b/java/test/TestH5T.java @@ -32,7 +32,7 @@ import org.junit.rules.TestName; public class TestH5T { @Rule public TestName testname = new TestName(); - private static final String H5_FILE = "test.h5"; + private static final String H5_FILE = "testT.h5"; long H5fid = -1; long H5strdid = -1; |