diff options
Diffstat (limited to 'scilab')
-rw-r--r-- | scilab/CHANGES_5.3.X | 3 | ||||
-rw-r--r-- | scilab/modules/gui/tests/nonreg_tests/bug_5324.tst | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/scilab/CHANGES_5.3.X b/scilab/CHANGES_5.3.X index 0eb83ee..703eff6 100644 --- a/scilab/CHANGES_5.3.X +++ b/scilab/CHANGES_5.3.X | |||
@@ -402,6 +402,9 @@ Bug fixes: | |||
402 | * bug 5216 fixed - URLs are now active in uicontrols of style "text". This | 402 | * bug 5216 fixed - URLs are now active in uicontrols of style "text". This |
403 | feature is used in ATOMS GUI (modules description). | 403 | feature is used in ATOMS GUI (modules description). |
404 | 404 | ||
405 | * bug 5324 fixed - "File open" dialog box focused on parent directory of current | ||
406 | directory, on Windows. | ||
407 | |||
405 | * bug 5432 fixed - a link to http://www.tcl.tk/doc/ added in help files about | 408 | * bug 5432 fixed - a link to http://www.tcl.tk/doc/ added in help files about |
406 | Tcl/Tk. | 409 | Tcl/Tk. |
407 | 410 | ||
diff --git a/scilab/modules/gui/tests/nonreg_tests/bug_5324.tst b/scilab/modules/gui/tests/nonreg_tests/bug_5324.tst new file mode 100644 index 0000000..166f858 --- /dev/null +++ b/scilab/modules/gui/tests/nonreg_tests/bug_5324.tst | |||
@@ -0,0 +1,21 @@ | |||
1 | // ============================================================================= | ||
2 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
3 | // Copyright (C) 2010 - DIGITEO - Allan CORNET | ||
4 | // | ||
5 | // This file is distributed under the same license as the Scilab package. | ||
6 | // ============================================================================= | ||
7 | // | ||
8 | // <-- Non-regression test for bug 5324 --> | ||
9 | // | ||
10 | // <-- INTERACTIVE TEST --> | ||
11 | // | ||
12 | // <-- Bugzilla URL --> | ||
13 | // http://bugzilla.scilab.org/show_bug.cgi?id=5324 | ||
14 | // | ||
15 | // <-- Short Description --> | ||
16 | // "File open" dialog box focused on parent directory of current directory, on Windows. | ||
17 | // | ||
18 | // 1) Press "Change Current Directory" icon in the tool bar and change current directory. | ||
19 | // 2) "File">"Display current directory":Directory which is assigned in step 1) is displayed. | ||
20 | // 3) "File">"Open" :File open dialog MUST SHOW current directory which is assigned in step 1). | ||
21 | \ No newline at end of file | ||