summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsvu <svu>2004-05-06 00:15:24 +0000
committersvu <svu>2004-05-06 00:15:24 +0000
commit7e0efefa1e4beeb4d022af82ae64289228dec9f4 (patch)
treea863f0501302db0f65e58edccb05c9d3648cb858 /tests
parenta0551c9c11129b1c31cda2383787083c22fdd90a (diff)
Makedonian problem fixed - and BOTH tests are OK
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testLayouts.pl8
1 files changed, 4 insertions, 4 deletions
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();