Fixed unitary test in @dynSeries/pop (bug caused by the change of behaviour of the eq method introduced in commit 5b59ff42b1).

time-shift
Stéphane Adjemian (Charybdis) 2013-10-17 17:31:17 +02:00
parent 8f3e10ea1b
commit ca04453e81
1 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ ts.tex(id) = [];
%$ T = all(t);
%@eof:1
%@test:1
%@test:2
%$ % Define a datasets.
%$ A = rand(10,3);
%$
@ -101,7 +101,7 @@ ts.tex(id) = [];
%$
%$ if length(t)>1
%$ t(2) = dyn_assert(id,0);
%$ t(2) = dyn_assert(ts1==ts2,1);
%$ t(2) = dyn_assert(isequal(ts1,ts2),1);
%$ end
%$ T = all(t);
%@eof:1
%@eof:2