diff options
author | Pierre MARECHAL <pierre.marechal@scilab.org> | 2010-05-04 16:32:41 +0200 |
---|---|---|
committer | Pierre MARECHAL <pierre.marechal@scilab.org> | 2010-05-10 13:56:58 +0200 |
commit | 8f72b0782d9cf1878a0dbe0ea6c834dbbb9a641b (patch) | |
tree | f3747ad5a8d55a9a58bf87cb4e4b286c38543fc1 /scilab/modules/data_structures | |
parent | eb8cf178c708c0715af3b6d8d279cba731e0bd13 (diff) | |
download | scilab-8f72b0782d9cf1878a0dbe0ea6c834dbbb9a641b.zip scilab-8f72b0782d9cf1878a0dbe0ea6c834dbbb9a641b.tar.gz |
Bug 5149 fixed: test_run(): Calls to exec functions are no more logged by diary
Change-Id: Iea0e95bdf95e12fd1a9ca52686d036a5105ff048
Diffstat (limited to 'scilab/modules/data_structures')
-rw-r--r-- | scilab/modules/data_structures/tests/nonreg_tests/bug_568.dia.ref | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scilab/modules/data_structures/tests/nonreg_tests/bug_568.dia.ref b/scilab/modules/data_structures/tests/nonreg_tests/bug_568.dia.ref index f387d6e..fcfe9a9 100644 --- a/scilab/modules/data_structures/tests/nonreg_tests/bug_568.dia.ref +++ b/scilab/modules/data_structures/tests/nonreg_tests/bug_568.dia.ref | |||
@@ -1,3 +1,9 @@ | |||
1 | // ============================================================================= | ||
2 | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | ||
3 | // Copyright (C) ????-2008 - INRIA | ||
4 | // | ||
5 | // This file is distributed under the same license as the Scilab package. | ||
6 | // ============================================================================= | ||
1 | // <-- Non-regression test for bug 568 --> | 7 | // <-- Non-regression test for bug 568 --> |
2 | // | 8 | // |
3 | // <-- Bugzilla URL --> | 9 | // <-- Bugzilla URL --> |
@@ -13,5 +19,7 @@ | |||
13 | // and 2.8 alpha | 19 | // and 2.8 alpha |
14 | // | 20 | // |
15 | // fixed in CVS version | 21 | // fixed in CVS version |
22 | // exec( "/home/huynh/poubelle/testNonReg/bug568.sce"); | ||
23 | // exec("e:\testNonReg\bug568.sce"); | ||
16 | aa=zeros(4,4,11); | 24 | aa=zeros(4,4,11); |
17 | if execstr('bb(1,1,:)=aa(1,1,:)','errcatch') <> 15 then bugmes();quit;end | 25 | if execstr('bb(1,1,:)=aa(1,1,:)','errcatch') <> 15 then bugmes();quit;end |