1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2014 - Scilab Enterprises - Vincent COUVERT
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- TEST WITH GRAPHIC -->
9 // <-- Non-regression test for bug 13222 -->
11 // <-- Bugzilla URL -->
12 // http://bugzilla.scilab.org/13222
14 // <-- Short Description -->
15 // ATOMS GUI is not showing any list module.
16 // ==> Related to the fact that figure() does not set the userdata property
17 f = figure("UserData", 13222);
18 assert_checkequal(f.userdata, 13222);