summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-27 16:24:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-27 16:24:18 (GMT)
commit6221ab7a6f6578462654bc7ab0b8e16a329ee2c4 (patch)
tree8a7068f53d54e39daa4c910b8308983bc42fb514 /tests/basic.test
parent8089322eae4074cd7cec783ef2fa50e4600064b9 (diff)
downloadtcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.zip
tcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.tar.gz
tcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.tar.bz2
* generic/tclBasic.c: Removed internal routines TclInvoke,
* generic/tclInt.decls: TclGlobalInvoke, TclObjInvokeGlobal and * tests/basic.test: the portion of TclObjInvoke that handles calls without TCL_INVOKE_HIDDEN enabled. None of this code is called any longer within the core, and the superior public interface, Tcl_EvalObjv, is available for any external callers. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclEvent.c (HandleBgErrors): Updated [bgerror] invocations to make use of Tcl_Obj based routines, dropping the calls to TclGlobalInvoke()
Diffstat (limited to 'tests/basic.test')
-rw-r--r--tests/basic.test13
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/basic.test b/tests/basic.test
index a3e3c67..8b1e00f 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.32 2004/03/29 16:35:28 dgp Exp $
+# RCS: @(#) $Id: basic.test,v 1.33 2004/09/27 16:24:27 dgp Exp $
#
package require tcltest 2
@@ -450,16 +450,7 @@ test basic-31.1 {Tcl_ExprDoubleObj} {emptyTest} {
test basic-32.1 {Tcl_ExprBooleanObj} {emptyTest} {
} {}
-test basic-33.1 {TclInvoke} {emptyTest} {
-} {}
-
-test basic-34.1 {TclGlobalInvoke} {emptyTest} {
-} {}
-
-test basic-35.1 {TclObjInvokeGlobal} {emptyTest} {
-} {}
-
-test basic-36.1 {TclObjInvoke, lookup of "unknown" command} {
+test basic-36.1 {Tcl_EvalObjv, lookup of "unknown" command} {
catch {namespace delete {expand}[namespace children :: test_ns_*]}
catch {interp delete test_interp}
interp create test_interp