Tcl Source Code

Check-in [d614733809]
Login

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

Overview
Comment:Mistaken cleanup command.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d614733809a5460fe5115a1283efca94ba6c2f9b
User & Date: dgp 2012-09-14 18:20:36
Context
2012-09-16
15:51
Nicer style test. check-in: 5a15cd0ee2 user: stwo tags: trunk
2012-09-14
18:20
Mistaken cleanup command. check-in: d614733809 user: dgp tags: trunk
18:15
Missing test cleanup. check-in: ac320d5dc6 user: dgp tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tests/msgcat.test.

651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
	    mclocale $locale
	} -body {
	    return [mc k2][mc k3]
	} -result v2v3

    removeFile l2.msg $msgdir2
    removeDirectory msgdir2
    removeFile l3.msg $msgdir3
    removeDirectory msgdir3

    cleanupTests
}
namespace delete ::msgcat::test
return








<







651
652
653
654
655
656
657

658
659
660
661
662
663
664
	    mclocale $locale
	} -body {
	    return [mc k2][mc k3]
	} -result v2v3

    removeFile l2.msg $msgdir2
    removeDirectory msgdir2

    removeDirectory msgdir3

    cleanupTests
}
namespace delete ::msgcat::test
return