mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +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!";
|
||||
}
|
||||
|
||||
#if 0 // TODO complete this test
|
||||
TEST(ResizeImage, BilinearInterpRGBType)
|
||||
{
|
||||
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!";
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user