diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-31 11:47:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-31 11:47:40 (GMT) |
commit | 6ade212617398e54a7180a5548887dddf00ef119 (patch) | |
tree | ef621ef7619191f60ba20a863ec7b75d0446563e /tests | |
parent | 771103dda69711d0ecde7e072cdfdafdecebf5de (diff) | |
download | tk-6ade212617398e54a7180a5548887dddf00ef119.zip tk-6ade212617398e54a7180a5548887dddf00ef119.tar.gz tk-6ade212617398e54a7180a5548887dddf00ef119.tar.bz2 |
Suggested fix for Bug [069c9e43c4]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/config.test b/tests/config.test index 8f7aa9f..a3b4708 100644 --- a/tests/config.test +++ b/tests/config.test @@ -98,7 +98,7 @@ test config-1.7 {Tk_CreateOptionTable - chained tables} -constraints { testobjconfig info chain2 } -cleanup { killTables -} -result {1 4 -three 2 2 -one} +} -result {2 4 -three 2 2 -one} test config-1.8 {Tk_CreateOptionTable - chained tables} -constraints { testobjconfig } -body { @@ -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 {{} {2 2 -one} {} {2 2 -one}} # No tests for DestroyOptionHashTable; couldn't figure out how to test. |