summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-01-02 14:29:46 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-01-02 14:29:46 (GMT)
commitf03796c524c990cc4a3a53d5216ebd09fb41e6f2 (patch)
tree9de12810cc7e6ff735d0d4886911b1fc5251e6c3 /tests
parent77b6dfe10e270b6ca2386316fd445882e067b9dc (diff)
downloadtk-f03796c524c990cc4a3a53d5216ebd09fb41e6f2.zip
tk-f03796c524c990cc4a3a53d5216ebd09fb41e6f2.tar.gz
tk-f03796c524c990cc4a3a53d5216ebd09fb41e6f2.tar.bz2
Reverted [13d2fcd25d] and [8dfc0f1731] since they are no longer needed thanks to [8d7a4443f7].
Diffstat (limited to 'tests')
-rw-r--r--tests/textWind.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index 537076f..79dca50 100644
--- a/tests/textWind.test
+++ b/tests/textWind.test
@@ -444,7 +444,6 @@ test textWind-10.4 {EmbWinLayoutProc procedure, error in creating window} {textf
.t delete 1.0 end
.t insert 1.0 "Some sample text"
catch {destroy .t.f}
- update
set msg {}
after idle {
.t window create 1.5 -create {
@@ -462,7 +461,6 @@ test textWind-10.4.1 {EmbWinLayoutProc procedure, error in creating window} {tex
.t delete 1.0 end
.t insert 1.0 "Some sample text"
catch {destroy .t.f}
- update
.t window create 1.5 -create {
frame .t.f
frame .t.f.f -width 10 -height 20 -bg $color
@@ -475,7 +473,6 @@ catch {destroy .t.f}
test textWind-10.5 {EmbWinLayoutProc procedure, error in creating window} {textfonts} {
.t delete 1.0 end
.t insert 1.0 "Some sample text"
- update
.t window create 1.5 -create {
concat .t
}
@@ -487,7 +484,6 @@ test textWind-10.6 {EmbWinLayoutProc procedure, error in creating window} {textf
.t delete 1.0 end
.t insert 1.0 "Some sample text"
catch {destroy .t2}
- update
.t window create 1.5 -create {
toplevel .t2 -width 100 -height 150
wm geom .t2 +0+0
@@ -501,7 +497,6 @@ test textWind-10.6.1 {EmbWinLayoutProc procedure, error in creating window} {
.t delete 1.0 end
.t insert 1.0 "Some sample text"
catch {destroy .t2}
- update
.t window create 1.5 -create {
toplevel .t2 -width 100 -height 150
wm geom .t2 +0+0
@@ -600,8 +595,6 @@ test textWind-11.2 {EmbWinDisplayProc procedure, geometry transforms} {
.t insert 1.0 "Some sample text"
pack forget .t
place .t -x 30 -y 50
- catch {destroy .t.f}
- update
frame .t.f -width 30 -height 20 -bg $color
.t window create 1.12 -window .t.f
update