fix(tests): autorotate

This commit is contained in:
Tomas 2020-08-12 16:43:30 +02:00
parent eb05f0644e
commit 68f4faa420
2 changed files with 2 additions and 2 deletions

View file

@ -359,7 +359,7 @@ func TestImageAutoRotate(t *testing.T) {
{"exif/Landscape_2.jpg", 1},
{"exif/Landscape_3.jpg", 1},
{"exif/Landscape_4.jpg", 1},
{"exif/Landscape_5.jpg", 5},
{"exif/Landscape_5.jpg", 1},
{"exif/Landscape_6.jpg", 1},
{"exif/Landscape_7.jpg", 1},
}

View file

@ -97,7 +97,7 @@ func TestVipsAutoRotate(t *testing.T) {
{"exif/Landscape_1.jpg", 0},
{"exif/Landscape_2.jpg", 0},
{"exif/Landscape_3.jpg", 0},
{"exif/Landscape_4.jpg", 4},
{"exif/Landscape_4.jpg", 0},
{"exif/Landscape_5.jpg", 5},
{"exif/Landscape_6.jpg", 0},
{"exif/Landscape_7.jpg", 7},