X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fxcos%2Ftests%2Funit_tests%2Fcscope.dia.ref;h=fc43d9841b15d065f0a7336b17646230dc2929f7;hp=7ed615284a8b102e97cc0ec1fc1142e46f2e5219;hb=a72008b60bf956b01f0cd27bc56e3283284bf81b;hpb=f0e6705f39e76ed191d570592cd6f510ce868022 diff --git a/scilab/modules/xcos/tests/unit_tests/cscope.dia.ref b/scilab/modules/xcos/tests/unit_tests/cscope.dia.ref index 7ed6152..fc43d98 100644 --- a/scilab/modules/xcos/tests/unit_tests/cscope.dia.ref +++ b/scilab/modules/xcos/tests/unit_tests/cscope.dia.ref @@ -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. @@ -22,11 +23,10 @@ function assert_checkcscope() assert_checkequal(a.data_bounds, [30 -2 ; 60 3]); assert_checkequal(a.x_label.text, "t"); assert_checkequal(a.y_label.text, "y"); - // check removed due to junk data at the end - // assert_checkequal(size(p1.data), [315 2]); - // assert_checkequal(size(p2.data), [315 2]); - // assert_checkequal(size(p3.data), [315 2]); - // assert_checkequal(size(p4.data), [315 2]); + assert_checkequal(size(p1.data), [301 2]); + assert_checkequal(size(p2.data), [301 2]); + assert_checkequal(size(p3.data), [301 2]); + assert_checkequal(size(p4.data), [301 2]); assert_checkequal(p1.polyline_style, 1); assert_checkequal(p2.polyline_style, 1); assert_checkequal(p3.polyline_style, 1);