Replace issue-195 test
This commit is contained in:
parent
e0b5bc5dd0
commit
d6cc3994e2
4 changed files with 12 additions and 12 deletions
BIN
tests/files/grayscale_alpha_8_should_be_palette_8.png
Normal file
BIN
tests/files/grayscale_alpha_8_should_be_palette_8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
|
|
@ -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]
|
||||
fn grayscale_16_should_be_grayscale_16() {
|
||||
test_it_converts(
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
fn issue_426_01() {
|
||||
test_it_converts(
|
||||
|
|
|
|||
Loading…
Reference in a new issue