mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Correct oversight in Java test and remove direct VFD from SWMR supported
drivers.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
package test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
|
||||
+1
-2
@@ -109,8 +109,7 @@ H5FD_supports_swmr_test(const char *vfd_name)
|
||||
if(!vfd_name || !HDstrcmp(vfd_name, ""))
|
||||
ret_value = TRUE;
|
||||
else
|
||||
ret_value = !HDstrcmp(vfd_name, "direct")
|
||||
|| !HDstrcmp(vfd_name, "log")
|
||||
ret_value = !HDstrcmp(vfd_name, "log")
|
||||
|| !HDstrcmp(vfd_name, "sec2");
|
||||
|
||||
FUNC_LEAVE_NOAPI(ret_value)
|
||||
|
||||
Reference in New Issue
Block a user