mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 21:39:57 +00:00
Disable ResizeImage BilinearInterpRGBType test
This commit is contained in:
parent
6197054a3c
commit
656a1bef2a
@ -92,6 +92,7 @@ TEST(ResizeImage, NearestNeighborInterp)
|
|||||||
ASSERT_TRUE(compare_images(dst, test_dst)) << "resize_image() result does not match test image!";
|
ASSERT_TRUE(compare_images(dst, test_dst)) << "resize_image() result does not match test image!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // TODO complete this test
|
||||||
TEST(ResizeImage, BilinearInterpRGBType)
|
TEST(ResizeImage, BilinearInterpRGBType)
|
||||||
{
|
{
|
||||||
Image* src = create_image_from_data(IMAGE_RGB, test_image_base_3x3, 3, 3);
|
Image* src = create_image_from_data(IMAGE_RGB, test_image_base_3x3, 3, 3);
|
||||||
@ -104,6 +105,8 @@ TEST(ResizeImage, BilinearInterpRGBType)
|
|||||||
|
|
||||||
ASSERT_TRUE(compare_images(dst, test_dst)) << "resize_image() result does not match test image!";
|
ASSERT_TRUE(compare_images(dst, test_dst)) << "resize_image() result does not match test image!";
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
::testing::InitGoogleTest(&argc, argv);
|
::testing::InitGoogleTest(&argc, argv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user