summaryrefslogtreecommitdiffstats
path: root/tests/pack.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-02-01 21:09:34 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-02-01 21:09:34 (GMT)
commit0691533b9281b179d99856732c3eb28f6a4256cf (patch)
tree5c29987efb765d4462e1163756c275fef25c54c2 /tests/pack.test
parentbc6a00f386a42a918f7ea3907a7899419680c3d4 (diff)
downloadtk-0691533b9281b179d99856732c3eb28f6a4256cf.zip
tk-0691533b9281b179d99856732c3eb28f6a4256cf.tar.gz
tk-0691533b9281b179d99856732c3eb28f6a4256cf.tar.bz2
Remove old pack syntax from the scripts of the Tk test suite
Diffstat (limited to 'tests/pack.test')
-rw-r--r--tests/pack.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pack.test b/tests/pack.test
index eac1562..efb262b 100644
--- a/tests/pack.test
+++ b/tests/pack.test
@@ -1403,7 +1403,7 @@ test pack-15.1 {managing geometry with -in option} -setup {
pack .pack.b -in .pack.f.f2
update
set result [winfo geom .pack.b]
- pack unpack .pack.a
+ pack forget .pack.a
update
lappend result [winfo geom .pack.b]
} -cleanup {
@@ -1441,7 +1441,7 @@ test pack-15.3 {managing geometry with -in option} -setup {
pack .pack.b -in .pack.f.f2
update
set result [winfo ismapped .pack.b]
- pack unpack .pack.f
+ pack forget .pack.f
update
lappend result [winfo ismapped .pack.b]
} -cleanup {