Added bitmap with odd size values in its header

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5922 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2004-01-06 02:32:33 +00:00
parent 581cfaf2c0
commit d2c9e14c64
@@ -806,7 +806,9 @@ BMPTranslatorTest::IdentifyTest()
{ "/boot/home/resources/bmp/vsmall_8bit_rle.bmp", { "/boot/home/resources/bmp/vsmall_8bit_rle.bmp",
"BMP image (MS format, 8 bits, RLE)" }, "BMP image (MS format, 8 bits, RLE)" },
{ "/boot/home/resources/bmp/b_rgb32(32).bmp", { "/boot/home/resources/bmp/b_rgb32(32).bmp",
"BMP image (MS format, 32 bits)" } "BMP image (MS format, 32 bits)" },
{ "/boot/home/resources/bmp/double_click_bmap.bmp",
"BMP image (MS format, 24 bits)" }
}; };
IdentifyTests(this, proster, aBmpPaths, IdentifyTests(this, proster, aBmpPaths,