From b77d37d83bd44e5b64218c9eadbc5be885c2218f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Thu, 17 Oct 2013 16:30:35 +0200 Subject: [PATCH] Fixed typo in unitary tests numbering. --- matlab/@dynSeries/cumsum.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/@dynSeries/cumsum.m b/matlab/@dynSeries/cumsum.m index 3f23b4fac..374519b3b 100644 --- a/matlab/@dynSeries/cumsum.m +++ b/matlab/@dynSeries/cumsum.m @@ -200,7 +200,7 @@ end %$ T = all(t); %@eof:4 -%@test:4 +%@test:5 %$ % Define a data set. %$ A = ones(10,1); %$ @@ -222,4 +222,4 @@ end %$ t(1) = dyn_assert(isequal(ts3,ts4),1); %$ warning on %$ T = all(t); -%@eof:4 \ No newline at end of file +%@eof:5 \ No newline at end of file