Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Cleanup leaked variables in test case. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
84d5eb1e69800e6425828ee1997d9f2d |
User & Date: | mistachkin 2011-07-05 10:13:49.485 |
Context
2011-07-06
| ||
20:59 | Modify test case for [e1b2e0f769] to allow the reported exception to be reproduced. check-in: 9a1cb354ec user: mistachkin tags: trunk | |
2011-07-05
| ||
10:13 | Cleanup leaked variables in test case. check-in: 84d5eb1e69 user: mistachkin tags: trunk | |
10:13 | Fix for [201128cc88]. check-in: 3e063f371f user: mistachkin tags: trunk | |
Changes
Changes to Tests/tkt-e1b2e0f769.eagle.
︙ | ︙ | |||
85 86 87 88 89 90 91 | ReferencedAssemblies.Add [getAssemblyFileName System.Data.SQLite.dll]] list $code $results [expr {[info exists errors] ? $errors : ""}] [expr {$code\ eq "Ok" ? [object invoke _Dynamic${id}.Test${id} Main] : ""}] } -cleanup { cleanupDb $fileName | | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | ReferencedAssemblies.Add [getAssemblyFileName System.Data.SQLite.dll]] list $code $results [expr {[info exists errors] ? $errors : ""}] [expr {$code\ eq "Ok" ? [object invoke _Dynamic${id}.Test${id} Main] : ""}] } -cleanup { cleanupDb $fileName unset -nocomplain code results errors sql dataSource id x db fileName } -constraints \ {eagle monoBug28 command.sql compile.DATA System.Data.SQLite} -match regexp \ -result {^Ok System#CodeDom#Compiler#CompilerResults#\d+ \{\} \{\}$}} ############################################################################### runTestEpilogue |