Skip to content
Snippets Groups Projects
Verified Commit bd070974 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Test

parent e7142824
No related branches found
No related tags found
No related merge requests found
Pipeline #1874 passed with warnings
......@@ -70,17 +70,10 @@ return
fclose(fid);
% Try to read the data m-file
try
datafile = 'data_m_file.m';
[freq, init, data, varlist, tex, ops, tags] = load_m_file_data(datafile);
delete('data_m_file.m');
t(1) = 1;
catch exception
t(1) = 0;
T = all(t);
LOG = getReport(exception,'extended');
return
end
% Check the results.
t(2) = dassert(freq,4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment