1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2020 - Samuel GOUGEON
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- NO CHECK REF -->
9 // <-- TEST WITH GRAPHIC -->
11 // <-- Bugzilla URL -->
12 // http://bugzilla.scilab.org/16374
14 // .scg files from Scilab 5 with datatips could not be loaded in Scilab 6
15 assert_checktrue(execstr("load(""SCI/modules/io/tests/nonreg_tests/bug_16374_552.scg"")", "errcatch")==0);
16 d = gce().children.datatips;
17 assert_checkequal(d.display_components, ["xyz" ; "xy"]);