summaryrefslogtreecommitdiffstats
path: root/tests/canvPs.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-03-09 20:58:18 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-03-09 20:58:18 (GMT)
commitc84c64e23adafb8528639d13b6a4baeb9f962fc8 (patch)
tree459541573a14018903be2ec0555cc81f744fc3be /tests/canvPs.test
parent698cd1f919d5cdd4ebc32555258e623c69d6178b (diff)
downloadtk-c84c64e23adafb8528639d13b6a4baeb9f962fc8.zip
tk-c84c64e23adafb8528639d13b6a4baeb9f962fc8.tar.gz
tk-c84c64e23adafb8528639d13b6a4baeb9f962fc8.tar.bz2
Replace very very old constraint name 'unixOrPc' by the equivalent, up-to-date, documented, 'unixOrWin' constraint.
Diffstat (limited to 'tests/canvPs.test')
-rw-r--r--tests/canvPs.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test
index c7ba958..5e8a4e5 100644
--- a/tests/canvPs.test
+++ b/tests/canvPs.test
@@ -19,7 +19,7 @@ pack .c
update
test canvPs-1.1 {test writing to a file} -constraints {
- unixOrPc
+ unixOrWin
} -setup {
set foo [makeFile {} foo.ps]
} -body {
@@ -29,7 +29,7 @@ test canvPs-1.1 {test writing to a file} -constraints {
removeFile foo.ps
} -result 1
test canvPs-1.2 {test writing to a file, idempotency} -constraints {
- unixOrPc
+ unixOrWin
} -setup {
set foo [makeFile {} foo.ps]
set bar [makeFile {} bar.ps]
@@ -48,7 +48,7 @@ test canvPs-1.2 {test writing to a file, idempotency} -constraints {
test canvPs-2.1 {test writing to a channel} -constraints {
- unixOrPc
+ unixOrWin
} -setup {
set foo [makeFile {} foo.ps]
file delete $foo
@@ -62,7 +62,7 @@ test canvPs-2.1 {test writing to a channel} -constraints {
removeFile foo.ps
} -result 1
test canvPs-2.2 {test writing to channel, idempotency} -constraints {
- unixOrPc
+ unixOrWin
} -setup {
set foo [makeFile {} foo.ps]
set bar [makeFile {} bar.ps]