summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-06 18:19:22 (GMT)
committerdgp <dgp@noemail.net>2006-04-06 18:19:22 (GMT)
commite08f6df72a7b847eff73e5ae77737bc4391fd6e0 (patch)
tree8972f9a966520304e7c3505242e7e72873dfdf9d /tests/expr.test
parente072ba6510471c85be3a10bcc1ec3579ed1fe8e8 (diff)
downloadtcl-e08f6df72a7b847eff73e5ae77737bc4391fd6e0.zip
tcl-e08f6df72a7b847eff73e5ae77737bc4391fd6e0.tar.gz
tcl-e08f6df72a7b847eff73e5ae77737bc4391fd6e0.tar.bz2
* tests/compExpr-old.test: Updated testmathfunctions constraint
* tests/compExpr.test: to post-TIP-232 world. * tests/expr-old.test: * tests/expr.test: * tests/info.test: * tests/indexObj.test: Corrected other test errors revealed by * tests/upvar.test: testing outside the tcltest application. FossilOrigin-Name: 3773c450203ea2c98c2e8388031a17fb2bd9fa3e
Diffstat (limited to 'tests/expr.test')
-rw-r--r--tests/expr.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/expr.test b/tests/expr.test
index 8f86e66..1f84e08 100644
--- a/tests/expr.test
+++ b/tests/expr.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: expr.test,v 1.53 2006/03/25 16:58:38 dgp Exp $
+# RCS: @(#) $Id: expr.test,v 1.54 2006/04/06 18:19:25 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2.1
@@ -18,7 +18,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
}
testConstraint testmathfunctions [expr {
- ([catch {expr T1()} msg] != 1) || ($msg ne {unknown math function "T1"})
+ ([catch {expr T1()} msg] != 1) || ($msg ne {invalid command name "tcl::mathfunc::T1"})
}]
# Determine if "long int" type is a 32 bit number and if the wide