]> git.saurik.com Git - wxWidgets.git/commit
Fixed failing image test.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 3 Apr 2011 22:41:58 +0000 (22:41 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 3 Apr 2011 22:41:58 +0000 (22:41 +0000)
commita5a0ba3dbdc22ac3f78b0a2f08c896cc817babf5
tree4d5f42ae3fe075ecdd4ecfc9ccc9f1370274d70b
parentfa68bafba74e47dd5db8627f1853c274cc36df56
Fixed failing image test.

ImageTestCase::DibPadding was always failing due to differences in pixel data between the decoded GIF and encoded ICO image. Instead of comparing image content just check if the saving of the ICO succeeds (prior to r67296 it would crash).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/image/image.cpp