From 9602cdc10e7e2321ced1f30053a0b7b22edd433d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Jun 2013 19:02:18 +0000 Subject: New tests git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1964 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/gif-roundtrip.test | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'test/gif-roundtrip.test') diff --git a/test/gif-roundtrip.test b/test/gif-roundtrip.test index 73246705..a32d574a 100755 --- a/test/gif-roundtrip.test +++ b/test/gif-roundtrip.test @@ -1,6 +1,6 @@ #! /bin/bash # This script tests: giftopnm pamtogif -# Also requires: ppmtopgm ppmtorgb3 rgb3toppm +# Also requires: ppmtopgm ppmtorgb3 rgb3toppm pbmmake # Test 1. Should produce 2871603838 33838 # which is the result of ppmtopgm testimg.ppm | cksum @@ -28,3 +28,12 @@ rm ${tmpdir}/testimg.{ppm,red,grn,blu} ${tmpdir}/out.{red,grn} # Test 3. Should produce 2425386270 41 ${PBM_TESTPREFIX}pamtogif testgrid.pbm | ${PBM_TESTPREFIX}giftopnm | cksum + +# Test 4. +# In this gif file the code length changes after the last image data. +# Image data: 3 bits, end code 4 bits. +# Should produce P1 4 1 0 1 0 1 + +${PBM_BINPREFIX}pbmmake -g 4 1 | \ + ${PBM_TESTPREFIX}pamtogif | ${PBM_TESTPREFIX}giftopnm -plain | \ + tr '\n' ' ' -- cgit 1.4.1