~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/m2sci/tests/nonreg_tests/bug_2395.tst

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2010-04-16 15:57:24 UTC
  • mfrom: (1.1.9 upstream) (4.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100416155724-lx1sdku0oidl0ffn
Tags: 5.2.2-1
* New upstream release
* better-feedback-on-lib-error.diff, full_support.diff, renesas-sh.diff,
  s390javadetection.diff, sparc64.diff, test_run_permission.diff,
  z_cpudetection.diff removed (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// =============================================================================
 
2
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
3
// Copyright (C) 2010 - DIGITEO - Vincent COUVERT
 
4
//
 
5
//  This file is distributed under the same license as the Scilab package.
 
6
// =============================================================================
 
7
 
 
8
// <-- JVM NOT MANDATORY -->
 
9
// <-- ENGLISH IMPOSED -->
 
10
 
 
11
// <-- Non-regression test for bug 2395 -->
 
12
//
 
13
// <-- Bugzilla URL -->
 
14
// http://bugzilla.scilab.org/show_bug.cgi?id=2395
 
15
//
 
16
// <-- Short Description -->
 
17
//   mfile2sci() does not complete when converting the following function.
 
18
//   undefined variable : mfile_path
 
19
 
 
20
ierr = execstr("mfile2sci(""SCI/modules/m2sci/tests/nonreg_tests/bug_2395.m"", TMPDIR, %T, %T, 3, %T);", "errcatch");
 
21
if ierr<>0 then pause;end