summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-05-02 15:19:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-05-02 15:19:57 (GMT)
commit60ed1a9051fbb233b229facc524d7a2aed49a18b (patch)
tree043677cd371ba9df433d552618eea8f6e26a9bcd
parentab2c4a52f1dbcc67939ad86233d21cf7fc38a5cd (diff)
downloadtcl-dgp_demo.zip
tcl-dgp_demo.tar.gz
tcl-dgp_demo.tar.bz2
Fixup restacking tests to expect the right results.dgp_demo
-rw-r--r--tests/ioTrans.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ioTrans.test b/tests/ioTrans.test
index 3bbd170..7f4f7f0 100644
--- a/tests/ioTrans.test
+++ b/tests/ioTrans.test
@@ -539,7 +539,7 @@ test iortrans-4.8 {chan read, read, bug 2921116} -setup {
tempdone
rename foo {}
} -result {{read rt* {test data
-}} file*}
+}} {}}
test iortrans-4.8.1 {chan read, bug 721ec69271} -setup {
set res {}
} -match glob -body {
@@ -557,8 +557,8 @@ test iortrans-4.8.1 {chan read, bug 721ec69271} -setup {
} -cleanup {
tempdone
rename foo {}
-} -result {{read rt* {test data
-}} file*}
+} -result {{read rt* te} {read rt* st} {read rt* { d}} {read rt* at} {read rt* {a
+}} {}}
test iortrans-4.8.2 {chan read, bug 721ec69271} -setup {
set res {}
} -match glob -body {
@@ -577,8 +577,8 @@ test iortrans-4.8.2 {chan read, bug 721ec69271} -setup {
} -cleanup {
tempdone
rename foo {}
-} -result {{read rt* {test data
-}} file*}
+} -result {{read rt* t} {read rt* e} {read rt* s} {read rt* t} {read rt* { }} {read rt* d} {read rt* a} {read rt* t} {read rt* a} {read rt* {
+}} {}}
test iortrans-4.9 {chan read, gets, bug 2921116} -setup {
set res {}
} -match glob -body {
@@ -596,7 +596,7 @@ test iortrans-4.9 {chan read, gets, bug 2921116} -setup {
tempdone
rename foo {}
} -result {{read rt* {test data
-}} file*}
+}} {}}
# --- === *** ###########################
# method write (via puts)