Skip to content

Commit b298751

Browse files
committed
(Fix DAPL tests)
1 parent 064038a commit b298751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_plist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,12 +530,13 @@ type DAB = DatasetAccessBuilder;
530530
#[test]
531531
fn test_dapl_common() -> hdf5::Result<()> {
532532
test_pl_common!(DA, PropertyListClass::DatasetAccess, |b: &mut DAB| b
533-
.efile_prefix("abc")
533+
.chunk_cache(100, 200, 0.5)
534534
.finish());
535535
Ok(())
536536
}
537537

538538
#[test]
539+
#[cfg(hdf5_1_8_17)]
539540
fn test_dapl_set_efile_prefix() -> hdf5::Result<()> {
540541
assert_eq!(DA::try_new()?.get_efile_prefix().unwrap(), "".to_owned());
541542
assert_eq!(DA::try_new()?.efile_prefix(), "".to_owned());

0 commit comments

Comments
 (0)