summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
diff options
context:
space:
mode:
authorjenn <jenn>1999-07-08 18:22:22 (GMT)
committerjenn <jenn>1999-07-08 18:22:22 (GMT)
commit7cbecb2b078c164ae33454e3a4ccec64940b42fc (patch)
tree7b56732bc3a551a68e2977ae31839bd12bb973c2 /tests/bind.test
parentc3bf7aa8ce446374d19df0b6438f0d2c823531ce (diff)
downloadtk-7cbecb2b078c164ae33454e3a4ccec64940b42fc.zip
tk-7cbecb2b078c164ae33454e3a4ccec64940b42fc.tar.gz
tk-7cbecb2b078c164ae33454e3a4ccec64940b42fc.tar.bz2
Added calls to cleanupTests before return statements.
Diffstat (limited to 'tests/bind.test')
-rw-r--r--tests/bind.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bind.test b/tests/bind.test
index a62b7a1..a94ff51 100644
--- a/tests/bind.test
+++ b/tests/bind.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: bind.test,v 1.5 1999/04/16 01:51:34 stanton Exp $
+# RCS: @(#) $Id: bind.test,v 1.6 1999/07/08 18:22:22 jenn Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -218,6 +218,7 @@ test bind-5.1 {Tk_CreateBindingTable procedure} {
if {[string compare testcbind [info commands testcbind]] != 0} {
puts "This application hasn't been compiled with the testcbind command,"
puts "therefore I am skipping all of these tests."
+ ::tcltest::cleanupTests
return
}