diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-01-04 20:31:51 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-01-04 20:31:51 (GMT) |
commit | 0e34f0feaaeb6d2286f87f695f25fae45c070a42 (patch) | |
tree | 015b96091ae29c980a7b8e103f4299ec6db33288 /java/test/TestH5Fbasic.java | |
parent | b0feaecdb94739086f57981b5f80d3ceafcef183 (diff) | |
parent | 564565b15ed38d78cb7b29b8c9d9b322d224ab42 (diff) | |
download | hdf5-0e34f0feaaeb6d2286f87f695f25fae45c070a42.zip hdf5-0e34f0feaaeb6d2286f87f695f25fae45c070a42.tar.gz hdf5-0e34f0feaaeb6d2286f87f695f25fae45c070a42.tar.bz2 |
Merge pull request #1433 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '564565b15ed38d78cb7b29b8c9d9b322d224ab42':
HDFFV-10664 update reference file
HDFFV-10664 update reference files
HDFFV-10664 add missing function and check for restriction
Diffstat (limited to 'java/test/TestH5Fbasic.java')
-rw-r--r-- | java/test/TestH5Fbasic.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/test/TestH5Fbasic.java b/java/test/TestH5Fbasic.java index fff9523..72a3c23 100644 --- a/java/test/TestH5Fbasic.java +++ b/java/test/TestH5Fbasic.java @@ -70,19 +70,6 @@ public class TestH5Fbasic { } @Test - public void testH5Fis_hdf5() { - boolean isH5 = false; - - try { - isH5 = H5.H5Fis_hdf5(H5_FILE); - } - catch (Throwable err) { - fail("H5.H5Fis_hdf5 failed on " + H5_FILE + ": " + err); - } - assertTrue(isH5 == true); - } - - @Test public void testH5Fis_accessible() { boolean isH5 = false; |