Tcl Source Code

Check-in [39aaba477b]
Login

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

Overview
Comment:Commit from the sandbox with the symlink to restore the consistency.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dgp-pkg-migration
Files: files | file ages | folders
SHA1: 39aaba477bd6e30b9f70f8db028ccfdef000b07b
User & Date: dgp 2011-10-27 19:31:01
Context
2011-10-27
19:35
Remove mistaken commits. check-in: 79fb8b8133 user: dgp tags: dgp-pkg-migration
19:31
Commit from the sandbox with the symlink to restore the consistency. check-in: 39aaba477b user: dgp tags: dgp-pkg-migration
19:27
Testing symlink support check-in: b2b0b83944 user: dgp tags: dgp-pkg-migration
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tests/msgcat.test.

1
2
3
4
5
6
7
8
9
10
11
12
13


14
15
16
17
18
19
20
# This file contains a collection of tests for the msgcat package.
# Sourcing this file into Tcl runs the tests and
# generates output for errors.  No output means no errors were found.
#
# Copyright (c) 1998 Mark Harrison.
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Contributions from Don Porter, NIST, 2002.  (not subject to US copyright)
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Note that after running these tests, entries will be left behind in the
# message catalogs for locales foo, foo_BAR, and foo_BAR_baz.



package require Tcl 8.2
if {[catch {package require tcltest 2}]} {
    puts stderr "Skipping tests in [info script].  tcltest 2 required."
    return
}
if {[catch {package require msgcat 1.4.2}]} {













>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file contains a collection of tests for the msgcat package.
# Sourcing this file into Tcl runs the tests and
# generates output for errors.  No output means no errors were found.
#
# Copyright (c) 1998 Mark Harrison.
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Contributions from Don Porter, NIST, 2002.  (not subject to US copyright)
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Note that after running these tests, entries will be left behind in the
# message catalogs for locales foo, foo_BAR, and foo_BAR_baz.

# This file in two places?

package require Tcl 8.2
if {[catch {package require tcltest 2}]} {
    puts stderr "Skipping tests in [info script].  tcltest 2 required."
    return
}
if {[catch {package require msgcat 1.4.2}]} {