summaryrefslogtreecommitdiffstats
path: root/tests/notify.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notify.test')
-rwxr-xr-xtests/notify.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/notify.test b/tests/notify.test
index 0d80132..d2b9123 100755
--- a/tests/notify.test
+++ b/tests/notify.test
@@ -12,14 +12,15 @@
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-#
-# RCS: @(#) $Id: notify.test,v 1.3 2003/10/06 14:32:22 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
namespace import -force ::tcltest::*
}
+::tcltest::loadTestedCommands
+catch [list package require -exact Tcltest [info patchlevel]]
+
testConstraint testevent [llength [info commands testevent]]
test notify-1.1 {Tcl_QueueEvent and delivery of a single event} \