Replace issue-195 test

This commit is contained in:
Andrew 2024-12-01 17:14:39 +13:00 committed by Alejandro González
parent e0b5bc5dd0
commit d6cc3994e2
4 changed files with 12 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -722,6 +722,18 @@ fn grayscale_alpha_8_should_be_grayscale_8() {
); );
} }
#[test]
fn grayscale_alpha_8_should_be_palette_8() {
test_it_converts(
"tests/files/grayscale_alpha_8_should_be_palette_8.png",
false,
GRAYSCALE_ALPHA,
BitDepth::Eight,
INDEXED,
BitDepth::Eight,
);
}
#[test] #[test]
fn grayscale_16_should_be_grayscale_16() { fn grayscale_16_should_be_grayscale_16() {
test_it_converts( test_it_converts(

View file

@ -226,18 +226,6 @@ fn issue_182() {
); );
} }
#[test]
fn issue_195() {
test_it_converts(
"tests/files/issue-195.png",
None,
RGBA,
BitDepth::Eight,
INDEXED,
BitDepth::Eight,
);
}
#[test] #[test]
fn issue_426_01() { fn issue_426_01() {
test_it_converts( test_it_converts(