1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2013 - Scilab Enterprises - Charlotte HECQUET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
10 // <-- ENGLISH IMPOSED -->
12 // <-- Non-regression test for bug 8597 -->
14 // <-- Bugzilla URL -->
15 // http://bugzilla.scilab.org/show_bug.cgi?id=8597
17 // <-- Short Description -->
18 // Uncontrolled message of grand/clcg4 should be displayed as warning
21 grand('setgen',"clcg4");
22 grand('setsd',123456,123456,123456,123456);
25 grand('setgen',"clcg4");
26 grand('setsd',123456,123456,123456,123456);