diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-26 16:46:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-26 16:46:12 (GMT) |
commit | 1dbc1efa665ec11cded1d378486be7187e155b44 (patch) | |
tree | 7eaf90ced9ef66c730fe3f6e2ad80639d98e6a2d /tests/basic.test | |
parent | 22f4aa867d7112c53b76fb98ac9bdd4b7970ed9f (diff) | |
download | tcl-1dbc1efa665ec11cded1d378486be7187e155b44.zip tcl-1dbc1efa665ec11cded1d378486be7187e155b44.tar.gz tcl-1dbc1efa665ec11cded1d378486be7187e155b44.tar.bz2 |
* tests/basic.test: Added missing constraints.
* tests/compile.test:
* tests/fileSystem.test:
* tests/init.test (init-2.8): Updated to not rely on http package.
Diffstat (limited to 'tests/basic.test')
-rw-r--r-- | tests/basic.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/basic.test b/tests/basic.test index 9539b72..dcd3a8a 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -15,7 +15,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: basic.test,v 1.34 2004/09/29 22:37:13 dgp Exp $ +# RCS: @(#) $Id: basic.test,v 1.35 2004/10/26 16:46:15 dgp Exp $ # package require tcltest 2 @@ -888,7 +888,7 @@ test basic-48.23.$noComp {expansion: handle return codes} -constraints $constrai } ;# End of noComp loop -test basic-49.1 {Tcl_EvalEx: verify TCL_EVAL_GLOBAL operation} { +test basic-49.1 {Tcl_EvalEx: verify TCL_EVAL_GLOBAL operation} testevalex { set ::x global namespace eval ns { variable x namespace @@ -898,7 +898,7 @@ test basic-49.1 {Tcl_EvalEx: verify TCL_EVAL_GLOBAL operation} { namespace delete ns set ::result } {changed namespace} -test basic-49.2 {Tcl_EvalEx: verify TCL_EVAL_GLOBAL operation} { +test basic-49.2 {Tcl_EvalEx: verify TCL_EVAL_GLOBAL operation} testevalex { set ::x global namespace eval ns { variable x namespace |