// ============================================================================= // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) 2007-2008 - INRIA - Pierre MARECHAL // // This file is distributed under the same license as the Scilab package. // ============================================================================= // <-- Non-regression test for bug 2670 --> // // <-- Bugzilla URL --> // http://bugzilla.scilab.org/show_bug.cgi?id=2670 // // <-- Short Description --> // getlanguage() returns an empty string (occurs both under Linux and Windows). // if length(getlanguage()) <> 5 then pause,end