Fixed unitary test #3 in dynDates constructor.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-10 15:13:12 +02:00
parent e9bb2ba77f
commit 294356db22
1 changed files with 4 additions and 4 deletions

View File

@ -147,10 +147,10 @@ end
%@test:3
%$ % Define some dates
%$ B1 = '1945';
%$ B2 = '1950';
%$ B3 = '1950';
%$ B4 = '1953';
%$ B1 = '1945y';
%$ B2 = '1950Y';
%$ B3 = '1950a';
%$ B4 = '1953A';
%$
%$ % Define expected results.
%$ e.time = [1945 1; 1950 1; 1950 1; 1953 1];