1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2012 - Scilab Enterprises - Sylvestre Ledru
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- TEST WITH GRAPHIC -->
10 // <-- Non-regression test for bug 11778 -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=11778
15 // <-- Short Description -->
16 // gcf().color_map=1 should return an error since a matrix nx3 is expected (it was the case in 5.3.3)
19 assert_checkerror("a=gca();a.color_map=1",[],999);