diff options
author | joye <joye> | 2014-03-07 18:54:32 (GMT) |
---|---|---|
committer | joye <joye> | 2014-03-07 18:54:32 (GMT) |
commit | 1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da (patch) | |
tree | ea7f03318699905122b623762b1e28a6173a2e8e /tests/base.tcl | |
parent | 0fbac41586031f4a63ffec936094e638bc72ed36 (diff) | |
download | blt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.zip blt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.tar.gz blt-1c8881f41dd8e59ac79a6d0ef74c40eaa7a0e7da.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests/base.tcl')
-rw-r--r-- | tests/base.tcl | 2 |
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 |