summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-05-09 03:44:23 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-05-09 03:44:23 (GMT)
commitd7e8121f06c97858ffc59cd2582190e33f7438ca (patch)
tree789957ccbc72a5b32b07614988307b70c2f847e3 /tests/dict.test
parented3ea321aeec1cc4ff0a5d148894afbd79fb7281 (diff)
downloadtcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.zip
tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.gz
tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.bz2
* Makefile:
Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: * imageDirectory.h: * stitchEngine.h: * stitcher.cpp: Added computation of Brenner gradient and median of several images to allow for computation of white balance on the fly. Replaced a lot of 'unsigned' quantities with 'int' to avoid surprises on overflow. Turned the images to run in X-major order again. This requires a 64-bit machine for the larger images, but is considerably more cache-friendly, and reduces stitch times of the smaller images by nearly half.
Diffstat (limited to 'tests/dict.test')
-rw-r--r--tests/dict.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test
index 3917404..a9fee8c 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: dict.test,v 1.27 2008/05/07 13:17:49 dkf Exp $
+# RCS: @(#) $Id: dict.test,v 1.28 2008/05/09 03:44:23 kennykb Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -924,7 +924,7 @@ test dict-19.2 {dict: testing for leaks} -setup {
} -cleanup {
unset -nocomplain end i tmp
rename getbytes {}
- rename stress {}
+# rename stress {}
} -result 0
test dict-20.1 {dict merge command} {