Skip to content
Snippets Groups Projects
Commit 59c80892 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Changed unitary test according to Ferhat's commit b5a167caf8830393094cb8e3ec8eed4c17d2e77e.

parent 479034ae
Branches
No related tags found
No related merge requests found
......@@ -94,9 +94,9 @@ end
%$
%$ % Expected results.
%$ e1 = dynDate(1952);
%$ e2 = dynDate('1951Q4');
%$ e3 = dynDate('2001M5');
%$ e4 = dynDate('2000M12');
%$ e2 = dynDate('1952Q1');
%$ e3 = dynDate('2001M6');
%$ e4 = dynDate('2001M1');
%$
%$ % Check the results.
%$ t(1) = dyn_assert(e1.time,d1.time);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment