diff options
author | Bruno JOFRET <bruno.jofret@scilab.org> | 2010-05-25 12:13:08 +0200 |
---|---|---|
committer | Bruno JOFRET <bruno.jofret@scilab.org> | 2010-05-25 12:13:08 +0200 |
commit | 79894606fbeaf0b8b4eb6822ff6ceb930c57dbcb (patch) | |
tree | 3adc54b58b350cdb84d31a717d4933997dd86417 /scilab | |
parent | 95fbad71ba67b39c12e86d92236f5810883909ec (diff) | |
download | scilab-79894606fbeaf0b8b4eb6822ff6ceb930c57dbcb.zip scilab-79894606fbeaf0b8b4eb6822ff6ceb930c57dbcb.tar.gz |
non regression test for bug 2623 fixed
Change-Id: I4ad674d6fba64b477c2f6811b6f0e70faf08ed29
Diffstat (limited to 'scilab')
-rw-r--r-- | scilab/CHANGES_5.3.X | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scilab/CHANGES_5.3.X b/scilab/CHANGES_5.3.X index 703eff6..9e9d6b1 100644 --- a/scilab/CHANGES_5.3.X +++ b/scilab/CHANGES_5.3.X | |||
@@ -326,6 +326,8 @@ Bug fixes: | |||
326 | 326 | ||
327 | * bug 2076 fixed - pspect did not use the last data window. | 327 | * bug 2076 fixed - pspect did not use the last data window. |
328 | 328 | ||
329 | * bug 2623 fixed - non regression test script fixed | ||
330 | |||
329 | * bug 2654 partially fixed - exec returned a wrong error if line had more | 331 | * bug 2654 partially fixed - exec returned a wrong error if line had more |
330 | than 4096 characters. | 332 | than 4096 characters. |
331 | 333 | ||