about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-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