os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tests/security.test
Update contrib.
3 # Functionality covered: this file contains a collection of tests for the
4 # auto loading and namespaces.
6 # Sourcing this file into Tcl runs the tests and generates output for
7 # errors. No output means no errors were found.
9 # Copyright (c) 1997 Sun Microsystems, Inc.
10 # Copyright (c) 1998-1999 by Scriptics Corporation.
11 # All rights reserved.
13 # RCS: @(#) $Id: security.test,v 1.5 2000/04/10 17:19:04 ericm Exp $
15 if {[lsearch [namespace children] ::tcltest] == -1} {
16 package require tcltest
17 namespace import -force ::tcltest::*
20 # If this proc becomes invoked, then there is a bug
26 # Check and Clear the bug flag (to do before each test)
36 test sec-1.1 {tcl_endOfPreviousWord} {
37 catch {tcl_startOfPreviousWord x {[BUG]}}
42 ::tcltest::cleanupTests