Skip to content

Commit

Permalink
[libpng16] updated tests/pngunknown-sAPI; it works now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Randers-Pehrson committed Aug 1, 2017
1 parent c17b7b3 commit 68a80b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Libpng 1.6.32beta02 - July 31, 2017
Libpng 1.6.32beta02 - August 1, 2017

This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
Expand Down Expand Up @@ -36,7 +36,7 @@ Version 1.6.32beta01 [July 31, 2017]
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
with libpng-1.6.31.

Version 1.6.32beta02 [July 31, 2017]
Version 1.6.32beta02 [August 1, 2017]
Updated contrib/libtests/pngunknown.c with eXIf chunk.

Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5919,7 +5919,7 @@ Version 1.6.32beta01 [July 31, 2017]
png_set_eXIf_1(), respectively, to avoid breaking API compatibility
with libpng-1.6.31.

Version 1.6.32beta02 [July 31, 2017]
Version 1.6.32beta02 [August 1, 2017]
Updated contrib/libtests/pngunknown.c with eXIf chunk.

Send comments/corrections/commendations to png-mng-implement at lists.sf.net
Expand Down
2 changes: 1 addition & 1 deletion contrib/libtests/pngunknown.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ static const char *standard_tests[] =
"sTER", "sTER=if-safe", 0,
"IDAT", "default=discard", "IDAT=save", 0,
"sAPI", "bKGD=save", "cHRM=save", "gAMA=save", "all=discard", "iCCP=save",
"sBIT=save", "sRGB=save", "eXIf=discard", 0,
"sBIT=save", "sRGB=save", "eXIf=save", 0,
0/*end*/
};

Expand Down
2 changes: 1 addition & 1 deletion tests/pngunknown-sAPI
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save eXIf=save "${srcdir}/pngtest.png"

0 comments on commit 68a80b1

Please sign in to comment.