summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-10-26 16:46:11 (GMT)
committerdgp <dgp@noemail.net>2004-10-26 16:46:11 (GMT)
commite7552cd177d37ede71d5d6dc2b46a564a17797d3 (patch)
tree7eaf90ced9ef66c730fe3f6e2ad80639d98e6a2d /tests/basic.test
parentb20c38200477bc6e36d71f8ba82925715076fcba (diff)
downloadtcl-e7552cd177d37ede71d5d6dc2b46a564a17797d3.zip
tcl-e7552cd177d37ede71d5d6dc2b46a564a17797d3.tar.gz
tcl-e7552cd177d37ede71d5d6dc2b46a564a17797d3.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. FossilOrigin-Name: b09796fafb1fc3009ab288db04b6bfeb3ba8786c
Diffstat (limited to 'tests/basic.test')
-rw-r--r--tests/basic.test6
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