diff options
Diffstat (limited to 'tests/bitmap.test')
-rw-r--r-- | tests/bitmap.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/bitmap.test b/tests/bitmap.test index 95d04a9..3186cad 100644 --- a/tests/bitmap.test +++ b/tests/bitmap.test @@ -6,14 +6,12 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: bitmap.test,v 1.5 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: bitmap.test,v 1.6 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands -testConstraint testbitmap [llength [info commands testbitmap]] - test bitmap-1.1 {Tk_AllocBitmapFromObj - converting internal reps} testbitmap { set x gray25 lindex $x 0 |