diff options
author | fvogel <fvogel@noemail.net> | 2016-07-31 09:42:24 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-07-31 09:42:24 (GMT) |
commit | 1e2cce18892c9b1ebbd23251e36145f857416745 (patch) | |
tree | b00d3e5df3f94869edf90e16207c7c6655209ecc /tests/window.test | |
parent | 59df67c466f51fa4b87ed2037d64dbdd1738bb80 (diff) | |
download | tk-1e2cce18892c9b1ebbd23251e36145f857416745.zip tk-1e2cce18892c9b1ebbd23251e36145f857416745.tar.gz tk-1e2cce18892c9b1ebbd23251e36145f857416745.tar.bz2 |
Fix for [3512539fff] removed, by popular demand
FossilOrigin-Name: 344e319f8156c485b196272c655c7f9c310eadc0
Diffstat (limited to 'tests/window.test')
-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. |