* Set tests as NOT FIXED until mtlb_mode is implemented.
Change-Id: I1de3f9f9738f6680735cc59144ce41b6a65c4eed
--- /dev/null
+// =============================================================================
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2009 - DIGITEO - Allan CORNET
+//
+// This file is distributed under the same license as the Scilab package.
+// =============================================================================
+// <-- Non-regression test for bug 5607 -->
+//
+// <-- Bugzilla URL -->
+// http://bugzilla.scilab.org/show_bug.cgi?id=5607
+//
+// <-- Short Description -->
+// mtlb_mode did not work
+mtlb_mode(%t);
+r = [] + int32(2);
+if r <> [] then bugmes();quit;end
--- /dev/null
+// =============================================================================
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2009 - DIGITEO - Allan CORNET
+//
+// This file is distributed under the same license as the Scilab package.
+// =============================================================================
+//
+// <-- NOT FIXED -->
+//
+// <-- Non-regression test for bug 5607 -->
+//
+// <-- Bugzilla URL -->
+// http://bugzilla.scilab.org/show_bug.cgi?id=5607
+//
+// <-- Short Description -->
+// mtlb_mode did not work
+
+mtlb_mode(%t);
+r = [] + int32(2);
+if r <> [] then pause,end
\ No newline at end of file
//
// This file is distributed under the same license as the Scilab package.
// =============================================================================
-
+//
+// <-- NOT FIXED -->
+//
// <-- Non-regression test for bug 4024 -->
//
// <-- Bugzilla URL -->