summaryrefslogtreecommitdiffstats
path: root/tests/config.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-01 08:51:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-01 08:51:27 (GMT)
commit5971602a250afb54bb9cdd9d744603fc8c2a9d9d (patch)
tree40966aded11b833b0ac920b19ff361f84249014a /tests/config.test
parent6c208deebcce1a0d90a5721f7a5f96213c26e147 (diff)
parent6ade212617398e54a7180a5548887dddf00ef119 (diff)
downloadtk-5971602a250afb54bb9cdd9d744603fc8c2a9d9d.zip
tk-5971602a250afb54bb9cdd9d744603fc8c2a9d9d.tar.gz
tk-5971602a250afb54bb9cdd9d744603fc8c2a9d9d.tar.bz2
rebase
Diffstat (limited to 'tests/config.test')
-rw-r--r--tests/config.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.test b/tests/config.test
index 4430000..a0c1921 100644
--- a/tests/config.test
+++ b/tests/config.test
@@ -134,7 +134,7 @@ test config-2.1 {Tk_DeleteOptionTable - reference counts} -constraints {
lappend x [testobjconfig info chain2] [testobjconfig info chain1]
} -cleanup {
killTables
-} -result {{1 4 -three 2 2 -one} {2 2 -one} {} {1 2 -one}}
+} -result {{3 4 -three 2 2 -one} {2 2 -one} {} {2 2 -one}}
# No tests for DestroyOptionHashTable; couldn't figure out how to test.