X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fxcos%2Ftests%2Funit_tests%2Fcmscope.tst;h=44907fb3ca3d6bc2b835289ba4736ce3f9269902;hp=bf63697fe245cc0d6373604f43bccfc1f28889a9;hb=a72008b60bf956b01f0cd27bc56e3283284bf81b;hpb=f0e6705f39e76ed191d570592cd6f510ce868022 diff --git a/scilab/modules/xcos/tests/unit_tests/cmscope.tst b/scilab/modules/xcos/tests/unit_tests/cmscope.tst index bf63697..44907fb 100644 --- a/scilab/modules/xcos/tests/unit_tests/cmscope.tst +++ b/scilab/modules/xcos/tests/unit_tests/cmscope.tst @@ -1,5 +1,6 @@ // ============================================================================= // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +// Copyright (C) 2013 - Scilab Enterprises - Clément DAVID // Copyright (C) 2011 - DIGITEO - Clément DAVID // // This file is distributed under the same license as the Scilab package. @@ -43,11 +44,10 @@ function assert_checkcmscope() assert_checkequal(a2.y_label.text, "y"); assert_checkequal(a3.y_label.text, "y"); - // check removed due to junk data at the end - // assert_checkequal(size(p11.data), [299 2]); - // assert_checkequal(size(p12.data), [299 2]); - // assert_checkequal(size(p21.data), [299 2]); - // assert_checkequal(size(p31.data), [299 2]); + assert_checkequal(size(p11.data), [299 2]); + assert_checkequal(size(p12.data), [299 2]); + assert_checkequal(size(p21.data), [299 2]); + assert_checkequal(size(p31.data), [299 2]); endfunction assert_checkcmscope();