summaryrefslogtreecommitdiff
path: root/modules/jvm/tests/unit_tests/javalibrarypath.dia.ref
blob: e5cb6c24492c91626feeffefae07f0c93ca72920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2011 - DIGITEO - Sylvestre LEDRU
//
//  This file is distributed under the same license as the Scilab package.
// =============================================================================
ierr = execstr('a = javalibrarypath(2);','errcatch');
if ierr <> 999 then bugmes();quit;end
result = javalibrarypath();
if size(result,"*") < 1 then bugmes();quit;end
// Does not return anything
ierr = execstr('javalibrarypath(TMPDIR);;','errcatch');
if ierr <> 0 then bugmes();quit;end