summaryrefslogtreecommitdiffstats
path: root/tests/history.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-07-25 21:51:02 (GMT)
committerdkf <dkf@noemail.net>2009-07-25 21:51:02 (GMT)
commit6ba006c8a82392ea04be44a45429b90b382bf963 (patch)
tree7343d886a21893ffca2e61c14f2f73fef4550243 /tests/history.test
parent9802bf90fcb6d24d3083b0cfb2eae0b20d721c1e (diff)
downloadtcl-6ba006c8a82392ea04be44a45429b90b382bf963.zip
tcl-6ba006c8a82392ea04be44a45429b90b382bf963.tar.gz
tcl-6ba006c8a82392ea04be44a45429b90b382bf963.tar.bz2
Make [history] (well, [::tcl::history]) be a real ensemble.
FossilOrigin-Name: 9ffcefd67c224e6b7b2e6f1bf9a2e00981a62446
Diffstat (limited to 'tests/history.test')
-rw-r--r--tests/history.test18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/history.test b/tests/history.test
index b283b1a..3f02aa0 100644
--- a/tests/history.test
+++ b/tests/history.test
@@ -1,17 +1,17 @@
# Commands covered: history
#
-# This file contains a collection of tests for one or more of the Tcl
-# built-in commands. Sourcing this file into Tcl runs the tests and
-# generates output for errors. No output means no errors were found.
+# This file contains a collection of tests for one or more of the Tcl built-in
+# commands. Sourcing this file into Tcl runs the tests and generates output
+# for errors. No output means no errors were found.
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# See the file "license.terms" for information on usage and redistribution
-# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+# See the file "license.terms" for information on usage and redistribution of
+# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: history.test,v 1.6 2004/05/19 12:43:03 dkf Exp $
+# RCS: @(#) $Id: history.test,v 1.7 2009/07/25 21:51:02 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -35,7 +35,7 @@ if {[testConstraint history]} {
# Dummy value, must be numeric
set num 0
}
-
+
# "history event"
test history-1.1 {event option} history {history event -1} \
@@ -245,8 +245,8 @@ test history-9.1 {miscellaneous} history {catch {history gorp} msg} 1
test history-9.2 {miscellaneous} history {
catch {history gorp} msg
set msg
-} {bad option "gorp": must be add, change, clear, event, info, keep, nextid, or redo}
-
+} {unknown or ambiguous subcommand "gorp": must be add, change, clear, event, info, keep, nextid, or redo}
+
# cleanup
::tcltest::cleanupTests
return