Skip to content

Commit 672f682

Browse files
committed
TestHDF4: need assume check for test file
1 parent a9a5641 commit 672f682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/TestHDF4.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
methods (TestClassSetup)
88
function setup_path(tc)
9+
import matlab.unittest.constraints.IsFile
910
tc.TestData.basic = fullfile(matlabroot, "toolbox/matlab/demos/example.hdf");
11+
tc.assumeThat(tc.TestData.basic, IsFile)
1012
end
1113
end
1214

0 commit comments

Comments
 (0)