From 7e0efefa1e4beeb4d022af82ae64289228dec9f4 Mon Sep 17 00:00:00 2001 From: svu Date: Thu, 6 May 2004 00:15:24 +0000 Subject: Makedonian problem fixed - and BOTH tests are OK --- tests/testLayouts.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl index f172ebfa..bf7478f7 100755 --- a/tests/testLayouts.pl +++ b/tests/testLayouts.pl @@ -4,10 +4,10 @@ use strict; use warnings; use xkbTestFunc; -backupXkbSettings(); +xkbTestFunc::backupXkbSettings(); -dumpXkbSettingsBackup(); +xkbTestFunc::dumpXkbSettingsBackup(); -testLevel2( "layout", "variant", 2, "(", ")" ); +xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")" ); -restoreXkbSettings(); +xkbTestFunc::restoreXkbSettings(); -- cgit v1.2.3