summaryrefslogtreecommitdiffstats
path: root/tests/canvPs.test
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2006-03-14 04:59:40 (GMT)
committerdgp@users.sourceforge.net <dgp>2006-03-14 04:59:40 (GMT)
commit44b97cbf0a96aa7cd7702bd1dd3a79c5afa4da60 (patch)
tree1034afa1e92d0e4fd6fd945094defc77c0172a4b /tests/canvPs.test
parent312506ba57b79509a00d261e7b525c63c8b23c27 (diff)
downloadtk-44b97cbf0a96aa7cd7702bd1dd3a79c5afa4da60.zip
tk-44b97cbf0a96aa7cd7702bd1dd3a79c5afa4da60.tar.gz
tk-44b97cbf0a96aa7cd7702bd1dd3a79c5afa4da60.tar.bz2
* tests/constraints.tcl: Added notAqua constraint to canvPs-3.1
* tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807]
Diffstat (limited to 'tests/canvPs.test')
-rw-r--r--tests/canvPs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test
index cc0f39b..8f8fffe 100644
--- a/tests/canvPs.test
+++ b/tests/canvPs.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: canvPs.test,v 1.5.2.1 2003/05/11 00:57:10 hobbs Exp $
+# RCS: @(#) $Id: canvPs.test,v 1.5.2.2 2006/03/14 04:59:44 dgp Exp $
package require tcltest 2.1
namespace import -force tcltest::configure
@@ -94,7 +94,7 @@ test canvPs-2.4 {test writing to channel and file, same output} {pcOnly} {
set status
} ok
-test canvPs-3.1 {test ps generation with an embedded window} {} {
+test canvPs-3.1 {test ps generation with an embedded window} {notAqua} {
removeFile bar.ps
destroy .c
pack [canvas .c -width 200 -height 200 -background white]