diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-04 00:04:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-04 00:04:22 (GMT) |
commit | 1c57688379d64ca677ffca741a57b7033a317b1e (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/image.test | |
parent | 985a1f03d9d2cd2596408671ce50adc009ea8aeb (diff) | |
download | tk-1c57688379d64ca677ffca741a57b7033a317b1e.zip tk-1c57688379d64ca677ffca741a57b7033a317b1e.tar.gz tk-1c57688379d64ca677ffca741a57b7033a317b1e.tar.bz2 |
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/image.test')
-rw-r--r-- | tests/image.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/image.test b/tests/image.test index be119e6..b0264f0 100644 --- a/tests/image.test +++ b/tests/image.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: image.test,v 1.12 2003/11/18 01:47:51 dgp Exp $ +# RCS: @(#) $Id: image.test,v 1.13 2004/12/04 00:04:41 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -91,7 +91,7 @@ test image-1.11 {Tk_ImageCmd procedure, "create" option with same name as main w removeFile script set x } {0 {1 {images may not be named the same as the main window}}} -test image-1.11 {Tk_ImageCmd, "create" option: do not generated command name in use} -setup { +test image-1.12 {Tk_ImageCmd, "create" option: do not generated command name in use} -setup { set i [image create bitmap] regexp {^image(\d+)$} $i -> serial incr serial |