Fix config of warnings in @dseries/cumsum tests

time-shift
Sébastien Villemot 2013-11-29 17:16:17 +01:00
parent 330dca7d36
commit c1c656f4d9
1 changed files with 5 additions and 5 deletions

View File

@ -126,7 +126,7 @@ end
%$ % Check the results.
%$ warning off, % Because the names of the variables are not the same...
%$ t(1) = dyn_assert(isequal(ts1,ts2),1);
%$ warning on
%$ warning_config
%$ T = all(t);
%@eof:1
@ -149,7 +149,7 @@ end
%$ % Check the results.
%$ warning off, % Because the names of the variables are not the same...
%$ t(1) = dyn_assert(isequal(ts1,ts2),1);
%$ warning on
%$ warning_config
%$ T = all(t);
%@eof:2
@ -172,7 +172,7 @@ end
%$ % Check the results.
%$ warning off, % Because the names of the variables are not the same...
%$ t(1) = dyn_assert(isequal(ts1,ts2),1);
%$ warning on
%$ warning_config
%$ T = all(t);
%@eof:3
@ -196,7 +196,7 @@ end
%$ % Check the results.
%$ warning off, % Because the names of the variables are not the same...
%$ t(1) = dyn_assert(isequal(ts3,ts4),1);
%$ warning on
%$ warning_config
%$ T = all(t);
%@eof:4
@ -220,6 +220,6 @@ end
%$ % Check the results.
%$ warning off, % Because the names of the variables are not the same...
%$ t(1) = dyn_assert(isequal(ts3,ts4),1);
%$ warning on
%$ warning_config
%$ T = all(t);
%@eof:5