summaryrefslogtreecommitdiffstats
path: root/tests/base.tcl
diff options
context:
space:
mode:
authorjoye <joye>2014-03-07 18:54:32 (GMT)
committerjoye <joye>2014-03-07 18:54:32 (GMT)
commit1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da (patch)
treeea7f03318699905122b623762b1e28a6173a2e8e /tests/base.tcl
parent0fbac41586031f4a63ffec936094e638bc72ed36 (diff)
downloadblt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.zip
blt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.tar.gz
blt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/base.tcl')
-rw-r--r--tests/base.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/base.tcl b/tests/base.tcl
index 179850d..84f21d2 100644
--- a/tests/base.tcl
+++ b/tests/base.tcl
@@ -22,6 +22,7 @@ proc bltTest {graph option value} {
set org [$graph cget $option]
$graph configure $option $value
update
+# read stdin
after $sleep
$graph configure $option $org
update
@@ -35,6 +36,7 @@ proc bltTest2 {graph which option value} {
set org [$graph $which cget $option]
$graph $which configure $option $value
update
+# read stdin
after $sleep
$graph $which configure $option $org
update