diff options
author | fvogel <fvogelnew1@free.fr> | 2016-07-31 09:42:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-07-31 09:42:24 (GMT) |
commit | f156f4f3e0ea351845b40068018cf10d18253328 (patch) | |
tree | b00d3e5df3f94869edf90e16207c7c6655209ecc /tests | |
parent | fb53dca973ae4c26963793d7b5c5bc8318a3ee2c (diff) | |
download | tk-f156f4f3e0ea351845b40068018cf10d18253328.zip tk-f156f4f3e0ea351845b40068018cf10d18253328.tar.gz tk-f156f4f3e0ea351845b40068018cf10d18253328.tar.bz2 |
Fix for [3512539fff] removed, by popular demandbug_3512539fff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/window.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/window.test b/tests/window.test index f02db3e..fea695a 100644 --- a/tests/window.test +++ b/tests/window.test @@ -39,9 +39,7 @@ test window-1.1 {Tk_CreateWindowFromPath procedure, parent dead} -setup { while executing "button .t.b -text hello" (command bound to event)}} -test window-1.2 {Tk_CreateWindowFromPath procedure, pathname starting with two dots} -body { - label ..mylabel -} -returnCodes error -result {bad window path name "..mylabel"} + # Most of the tests below don't produce meaningful results; they # will simply dump core if there are bugs. |