summaryrefslogtreecommitdiffstats
path: root/tests/filebox.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-15 09:17:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-15 09:17:47 (GMT)
commitc40f0f6cefb57728ba9162a8509918ae31fd2210 (patch)
tree4a02ac3fbcd1db44c9fc7f27bba7c014c62b3261 /tests/filebox.test
parent4ee5781a03c8e0291da78312759c0d170f25dd02 (diff)
parent01d74802c021f72a1e0a64326659150bef5dc665 (diff)
downloadtk-c40f0f6cefb57728ba9162a8509918ae31fd2210.zip
tk-c40f0f6cefb57728ba9162a8509918ae31fd2210.tar.gz
tk-c40f0f6cefb57728ba9162a8509918ae31fd2210.tar.bz2
Require Tcltest 2.2 as a miminum.
Run X11 testcases on Travis in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet)
Diffstat (limited to 'tests/filebox.test')
-rw-r--r--tests/filebox.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filebox.test b/tests/filebox.test
index 0114a07..fdb5614 100644
--- a/tests/filebox.test
+++ b/tests/filebox.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
-package require tcltest 2.1
+package require tcltest 2.2
eval tcltest::configure $argv
tcltest::loadTestedCommands
@@ -167,7 +167,7 @@ foreach mode $modes {
catch {tk_getOpenFile -foo 1} msg
regsub -all , $msg "" options
regsub \"-foo\" $options "" options
-
+
foreach option $options {
if {[string index $option 0] eq "-"} {
test filebox-1.2-$mode$option "tk_getOpenFile command" -body {