diff options
author | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:09:34 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-02-01 21:09:34 (GMT) |
commit | 0691533b9281b179d99856732c3eb28f6a4256cf (patch) | |
tree | 5c29987efb765d4462e1163756c275fef25c54c2 /tests/pack.test | |
parent | bc6a00f386a42a918f7ea3907a7899419680c3d4 (diff) | |
download | tk-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.test | 4 |
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 { |