diff options
author | svu <svu> | 2004-05-06 01:00:44 +0000 |
---|---|---|
committer | svu <svu> | 2004-05-06 01:00:44 +0000 |
commit | 27500e1766f2c076e8d41e2cb31b70a993f3f5d1 (patch) | |
tree | cc6dc4676b1e41809ec34e7a1789178fd0a923c0 /tests/testOptions.pl | |
parent | 7e0efefa1e4beeb4d022af82ae64289228dec9f4 (diff) |
one more test - but still problems passing it
Diffstat (limited to 'tests/testOptions.pl')
-rwxr-xr-x | tests/testOptions.pl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testOptions.pl b/tests/testOptions.pl new file mode 100755 index 0000000..c880579 --- /dev/null +++ b/tests/testOptions.pl @@ -0,0 +1,13 @@ +#!/bin/env perl + +use strict; +use warnings; +use xkbTestFunc; + +xkbTestFunc::backupXkbSettings(); + +xkbTestFunc::dumpXkbSettingsBackup(); + +xkbTestFunc::testLevel2( "group", "option", 4, ":", "", 0, 0 ); + +xkbTestFunc::restoreXkbSettings(); |