Tcl Source Code

Check-in [d54ed135c4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:unneeded variable
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d54ed135c433af11d7a426683ea23d8c06d5cb9d
User & Date: jan.nijtmans 2012-07-30 14:09:03
Context
2012-07-30
15:03
fix filesystem-7.1.x tests in install environment [3549770], as suggested by Twylite temporary worka... check-in: a748572cd1 user: jan.nijtmans tags: trunk
14:09
unneeded variable check-in: d54ed135c4 user: jan.nijtmans tags: trunk
14:06
eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT environment variable now, whic... check-in: c963f30c85 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tests/encoding.test.

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    variable x

namespace import -force ::tcltest::*

catch {
    ::tcltest::loadTestedCommands
    package require -exact Tcltest [info patchlevel]
    set ::tcltestlib [lindex [package ifneeded Tcltest [info patchlevel]] 1]
}

proc toutf {args} {
    variable x
    lappend x "toutf $args"
}
proc fromutf {args} {







<







14
15
16
17
18
19
20

21
22
23
24
25
26
27
    variable x

namespace import -force ::tcltest::*

catch {
    ::tcltest::loadTestedCommands
    package require -exact Tcltest [info patchlevel]

}

proc toutf {args} {
    variable x
    lappend x "toutf $args"
}
proc fromutf {args} {