From 3b0a17a09f21b1c6ad4bbdc141d03e97381f2d61 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 25 Aug 2008 13:19:43 +0000 Subject: [PATCH] Update of the test --- .../tests/unit_tests/getdefaultlanguage.tst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scilab/modules/localization/tests/unit_tests/getdefaultlanguage.tst b/scilab/modules/localization/tests/unit_tests/getdefaultlanguage.tst index cf4cf4c..cc1299b 100644 --- a/scilab/modules/localization/tests/unit_tests/getdefaultlanguage.tst +++ b/scilab/modules/localization/tests/unit_tests/getdefaultlanguage.tst @@ -1,14 +1,14 @@ -// ============================================================================= +// ============================================================================ // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) 2008 - INRIA - Sylvestre LEDRU // // This file is distributed under the same license as the Scilab package. -// ============================================================================= +// ============================================================================ //=============================== // unit tests getdefaultlanguage //=============================== - +warning("off") // check that the default language is really english if getdefaultlanguage() <> "en_US" then pause, end -- 1.7.9.5