summaryrefslogtreecommitdiffstats
path: root/tests/window.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-07-31 09:43:33 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-07-31 09:43:33 (GMT)
commit5adbed19657e0db0f3dad91c0e0cb566351022df (patch)
treeb00d3e5df3f94869edf90e16207c7c6655209ecc /tests/window.test
parent8b0a749179c8aba1850ff8aa5e71d4a9a4457fdd (diff)
parentf156f4f3e0ea351845b40068018cf10d18253328 (diff)
downloadtk-5adbed19657e0db0f3dad91c0e0cb566351022df.zip
tk-5adbed19657e0db0f3dad91c0e0cb566351022df.tar.gz
tk-5adbed19657e0db0f3dad91c0e0cb566351022df.tar.bz2
Fix for [3512539fff] removed, by popular demand
Diffstat (limited to 'tests/window.test')
-rw-r--r--tests/window.test4
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.