about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-03-25 03:12:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-03-25 03:12:46 +0000
commit7b7ac5e6dfad59cdfabac2c078727826c9b8e6fe (patch)
treedd4b39095abd3a17578626c4920abb441a8c37a8
parent109958b4e3f2e275f251a5cd47b2b8c5957b0510 (diff)
downloadnetpbm-mirror-7b7ac5e6dfad59cdfabac2c078727826c9b8e6fe.tar.gz
netpbm-mirror-7b7ac5e6dfad59cdfabac2c078727826c9b8e6fe.tar.xz
netpbm-mirror-7b7ac5e6dfad59cdfabac2c078727826c9b8e6fe.zip
Correct expected results
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@862 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pamenlarge.test2
-rw-r--r--editor/pnminvert.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/pamenlarge.test b/editor/pamenlarge.test
index a2221d4d..7584af01 100644
--- a/editor/pamenlarge.test
+++ b/editor/pamenlarge.test
@@ -1,6 +1,6 @@
 echo Test 1.  Should print 3424505894 913236
 ./pamenlarge 3 ../testimg.ppm | cksum
-echo Test 2.  Should print 2940246561 304422
+echo Test 2.  Should print 4152147096 304422
 ppmtopgm ../testimg.ppm | ./pamenlarge 3 | cksum
 echo Test 3.  Should print 3342398172 297
 ./pamenlarge 3 ../testgrid.pbm | cksum
diff --git a/editor/pnminvert.test b/editor/pnminvert.test
index 606e4e5c..5534f20d 100644
--- a/editor/pnminvert.test
+++ b/editor/pnminvert.test
@@ -2,7 +2,7 @@ echo Test 1.  Should print 1240379484 41
 ./pnminvert ../testgrid.pbm | cksum
 echo Test 2.  Should print 1416115901 101484
 ./pnminvert ../testimg.ppm | cksum
-echo Test 3.  Should print 4215652354 33838
+echo Test 3.  Should print 2961441369 33838
 ppmtopgm ../testimg.ppm | ./pnminvert | cksum
 echo Test 4.  Should print 2595564405 14
 pbmmake -w 7 7 | ./pnminvert | cksum