diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
commit | 28010d48e92cd516ab264586ddeff2233cc5eb4a (patch) | |
tree | fb05812192ca1bcc9ef6a4428e8d857b3d125118 /tests/canvPs.test | |
parent | e1c1025a87901b4aed358668090787dcbd9c66a4 (diff) | |
download | tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.zip tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.gz tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.bz2 |
Remove many unnessesaary curly-braces in testcases
Diffstat (limited to 'tests/canvPs.test')
-rw-r--r-- | tests/canvPs.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test index eb09af9..aa69336 100644 --- a/tests/canvPs.test +++ b/tests/canvPs.test @@ -158,7 +158,7 @@ test canvPs-3.1 {test ps generation with an embedded window} -constraints { destroy .c imageCleanup removeFile bar.ps -} -result {1} +} -result 1 test canvPs-3.2 {test ps generation with an embedded window not mapped} -setup { set bar [makeFile {} bar.ps] file delete $bar @@ -172,7 +172,7 @@ test canvPs-3.2 {test ps generation with an embedded window not mapped} -setup { } -cleanup { destroy .c removeFile bar.ps -} -result {1} +} -result 1 test canvPs-4.1 {test ps generation with single-point uncolored poly, bug 734498} -body { |