diff options
author | fvogel <fvogelnew1@free.fr> | 2019-10-23 20:40:47 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-10-23 20:40:47 (GMT) |
commit | ff1084424205d441c9aa41014da76bb7b9a92350 (patch) | |
tree | f64c8a1536f6c1e2d06efe42834424a1f882a922 /tests/canvImg.test | |
parent | e5ec9901434a09547d80a2fa1f351dedcf9e7f1b (diff) | |
download | tk-ff1084424205d441c9aa41014da76bb7b9a92350.zip tk-ff1084424205d441c9aa41014da76bb7b9a92350.tar.gz tk-ff1084424205d441c9aa41014da76bb7b9a92350.tar.bz2 |
re-add an update in canvImg-11.3. [d0ddf1ac] made the test fail on Windows
Diffstat (limited to 'tests/canvImg.test')
-rw-r--r-- | tests/canvImg.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/canvImg.test b/tests/canvImg.test index 459a761..a5e8e10 100644 --- a/tests/canvImg.test +++ b/tests/canvImg.test @@ -803,6 +803,7 @@ test canvImg-11.3 {ImageChangedProc procedure} -constraints { foo2 changed 0 0 0 0 80 60 .c create image 50 100 -image foo -tags image -anchor nw .c create image 70 110 -image foo2 -anchor nw + update set z {} set timer [after 500 {lappend z "timed out"}] image create test foo -variable x |