~ubuntu-branches/ubuntu/wily/tk8.6/wily

« back to all changes in this revision

Viewing changes to tests/config.test

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2013-10-05 11:59:47 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20131005115947-fuy2i0zetr6iuyn3
Added the libtk8.6-dbg package with libtk8.6 debug symbols in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    # chain2 depends on chain1.  If chain1 is deleted first, the
17
17
    # delete of chain2 will crash.
18
18
    deleteWindows
19
 
    foreach t {alltypes chain2 chain1 configerror internal new notenoughparams
20
 
            twowindows} {
 
19
    foreach t {alltypes chain3 chain2 chain1 configerror internal
 
20
            new notenoughparams twowindows} {
21
21
            while {[testobjconfig info $t] != ""} {
22
22
                testobjconfig delete $t
23
23
            }
126
126
    set x {}
127
127
    testobjconfig chain1 .a
128
128
    testobjconfig chain2 .b
129
 
    testobjconfig chain2 .c
 
129
    testobjconfig chain3 .c
130
130
    deleteWindows
131
 
    testobjconfig delete chain2
 
131
    testobjconfig delete chain3
132
132
    lappend x [testobjconfig info chain2] [testobjconfig info chain1]
133
133
    testobjconfig delete chain2
134
134
    lappend x [testobjconfig info chain2] [testobjconfig info chain1]
135
135
} -cleanup {
136
136
    killTables
137
 
} -result {{1 4 -three 2 2 -one} {2 2 -one} {} {1 2 -one}}
 
137
} -result {{3 4 -three 2 2 -one} {2 2 -one} {} {2 2 -one}}
138
138
 
139
139
# No tests for DestroyOptionHashTable; couldn't figure out how to test.
140
140