Tcl Source Code

Check-in [500e62a3e3]
Login

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

Overview
Comment:After manual establish of symlink in second sandbox, commit sync'd change to both images of the link.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dgp-pkg-migration
Files: files | file ages | folders
SHA1: 500e62a3e32681889603dd7e2441f823843c85f1
User & Date: dgp 2011-10-27 19:37:28
Context
2011-10-27
20:15
Work In Progress migrating msgcat package to tcl/pkgs/ distribution. Includes inventing configure/ma... check-in: d505b7f4cd user: dgp tags: dgp-pkg-migration
19:37
After manual establish of symlink in second sandbox, commit sync'd change to both images of the link... check-in: 500e62a3e3 user: dgp tags: dgp-pkg-migration
19:35
Remove mistaken commits. check-in: 79fb8b8133 user: dgp tags: dgp-pkg-migration
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to library/msgcat/tests/msgcat.test.

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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}]} {
    puts stderr "Skipping tests in [info script].  No msgcat 1.4.2 found to test."







<
<







8
9
10
11
12
13
14


15
16
17
18
19
20
21
#
# 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}]} {
    puts stderr "Skipping tests in [info script].  No msgcat 1.4.2 found to test."

Changes to tests/msgcat.test.

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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}]} {
    puts stderr "Skipping tests in [info script].  No msgcat 1.4.2 found to test."







<
<







8
9
10
11
12
13
14


15
16
17
18
19
20
21
#
# 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}]} {
    puts stderr "Skipping tests in [info script].  No msgcat 1.4.2 found to test."