Differences From Artifact [7c6d35ed0f]:
- File library/msgcat/tests/reg.test — part of check-in [3653a449db] at 2012-05-07 18:40:55 on branch dgp-pkg-migration — merge trunk (user: dgp size: 36992) [more...]
- File pkgs/msgcat/tests/reg.test — part of check-in [3653a449db] at 2012-05-07 18:40:55 on branch dgp-pkg-migration — merge trunk (user: dgp size: 36992)
- File tests/reg.test — part of check-in [fc453fd101] at 2012-02-23 21:10:08 on branch trunk — Add tests relating to bug 1115587. The bug itself still exists at this point. (user: dkf size: 36992)
To Artifact [1b42b2a028]:
- File library/msgcat/tests/reg.test — part of check-in [a33431908c] at 2013-01-19 13:36:57 on branch dgp-pkg-migration — merge trunk (user: dgp size: 37085) [more...]
- File pkgs/msgcat/tests/reg.test — part of check-in [a33431908c] at 2013-01-19 13:36:57 on branch dgp-pkg-migration — merge trunk (user: dgp size: 37085)
- File tests/reg.test — part of check-in [9792ff8b65] at 2012-07-29 16:23:27 on branch trunk — No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only) (user: jan.nijtmans size: 37085)
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + |
#
# Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
}
::tcltest::loadTestedCommands
catch [list package require -exact Tcltest [info patchlevel]]
# All tests require the testregexp command, return if this
# command doesn't exist
::tcltest::testConstraint testregexp [llength [info commands testregexp]]
::tcltest::testConstraint localeRegexp 0
# This file uses some custom procedures, defined below, for regexp regression
|
| ︙ |