diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-12-04 00:04:22 (GMT) |
commit | 4606013ae72ab727c06106139dbe827a62da96a4 (patch) | |
tree | 5fad790e8125f78d340ac378796278500e909848 /tests/unixEmbed.test | |
parent | 9526073e803f6effda9cd06a460fd212aed9a9f4 (diff) | |
download | tk-4606013ae72ab727c06106139dbe827a62da96a4.zip tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.gz tk-4606013ae72ab727c06106139dbe827a62da96a4.tar.bz2 |
Split duplicate test names [Bug 1078648]
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 214df36..779746f 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixEmbed.test,v 1.13 2004/05/23 17:34:49 dkf Exp $ +# RCS: @(#) $Id: unixEmbed.test,v 1.14 2004/12/04 00:04:42 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -199,7 +199,7 @@ test unixEmbed-3.2 {ContainerEventProc procedure, set size on creation} unix { update wm geometry .t2 } {200x200+0+0} -test unixEmbed-3.2 {ContainerEventProc procedure, disallow position changes} unix { +test unixEmbed-3.2a {ContainerEventProc procedure, disallow position changes} unix { deleteWindows frame .f1 -container 1 -width 200 -height 50 pack .f1 |