> Date: Wed, 06 May 2009 17:39:33 +0200 > From: [email protected] > > > Hi Gerel. > > The page http://gnupdf.org/Lib:API_Consistency_Report reports that > pdf_stm_read() has 0 unit tests, while the perl script says there are 11 > (which > is the right answer). > > This is what happens in the trunk: > > > $ ./check-api-doc-consistency.pl -p -t | grep pdf_stm_read > pdf_stm_read() ... ok 0 tests > pdf_stm_read_char() ... ok 2 tests > > So I guess this is a problem with the perl script. I will open a task > for this in the flyspray as soon as I get internet (I am travelling > now).
Well, that's weird, look: ## ~/PROJECTS/libgnupdf/esa/prmgt $ ./check-api-doc-consistency.pl -p -t | grep pdf_stm_r pdf_stm_read() ... ok 11 tests pdf_stm_read_char() ... ok 2 tests ### Maybe a version issue ?, I use perl version 5.8.8, but don't know. -gerel
