1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2011 - DIGITEO - Allan CORNET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- ENGLISH IMPOSED -->
10 // <-- Non-regression test for bug 9339 -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=9339
15 // <-- Short Description -->
16 // 'tbx_build_help' function did not manage languages correctly.
17 SRC = SCI + '/contrib/toolbox_skeleton';
18 DST = TMPDIR + '/toolbox_skeleton';
20 assert_checkequal(isdir(DST), %T);
26 -- Creation of [toolbox_skeletonlib] (Macros) --
27 genlib: Processing file: scilab_sum.sci
28 genlib: Regenerate names and lib
31 Generating loader_gateway.sce...
32 Generating cleaner_gateway.sce...
35 Building the master document:
36 TMPDIR/toolbox_skeleton/help/en_US
38 Building the manual file [javaHelp] in TMPDIR/toolbox_skeleton/help/en_US.
40 Building the master document:
41 TMPDIR/toolbox_skeleton/help/fr_FR
43 Building the manual file [javaHelp] in TMPDIR/toolbox_skeleton/help/fr_FR.
44 Generating loader.sce...
45 Generating unloader.sce...
46 Generating cleaner.sce...
47 assert_checkequal(isdir(DST + '/help/fr_FR/scilab_fr_FR_help'), %T);
48 assert_checkequal(isdir(DST + '/help/en_US/scilab_en_US_help'), %T);