diff options
author | hershey <hershey> | 1998-08-12 16:08:58 (GMT) |
---|---|---|
committer | hershey <hershey> | 1998-08-12 16:08:58 (GMT) |
commit | 14ae604f53197524a4fb176d16d9fad3dd23221a (patch) | |
tree | b2c3c6ae1cf23fa7fa007866ae181613ccc93458 /tests/winfo.test | |
parent | a7263c7d2a1a06ab935e508f700e01ee3e61b6b9 (diff) | |
download | tk-14ae604f53197524a4fb176d16d9fad3dd23221a.zip tk-14ae604f53197524a4fb176d16d9fad3dd23221a.tar.gz tk-14ae604f53197524a4fb176d16d9fad3dd23221a.tar.bz2 |
skips tests that require tktest executable
Diffstat (limited to 'tests/winfo.test')
-rw-r--r-- | tests/winfo.test | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/winfo.test b/tests/winfo.test index 5d7292f..7f5fe9e 100644 --- a/tests/winfo.test +++ b/tests/winfo.test @@ -206,9 +206,15 @@ test winfo-7.6 {"winfo pathname" command} { test winfo-7.7 {"winfo pathname" command} { winfo pathname -displayof .b [winfo id .] } {.} -test winfo-7.8 {"winfo pathname" command} {unixOnly} { - winfo pathname [testwrapper .] -} {} + +if {[string compare testwrapper [info commands testwrapper]] == 0} { + puts "This application hasn't been compiled with the testwrapper command," + puts "therefore I am skipping all of these tests." + + test winfo-7.8 {"winfo pathname" command} {unixOnly} { + winfo pathname [testwrapper .] + } {} +} test winfo-8.1 {"winfo pointerx" command} { catch [winfo pointerx .b] |