getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/casc_data.ref','rb'); x = [1,2,3;4,5,6;7,8,9;10,11,12]; if load_ref('x') then bugmes();quit;end, cels = casc(x, 'z'); if load_ref('cels') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);