Browse Source

add test tag

pull/1935/head
Ildar Khayrutdinov 4 years ago
parent
commit
5dcbcfd619
  1. 1
      tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs

1
tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs

@ -53,6 +53,7 @@ namespace SixLabors.ImageSharp.Tests.Metadata.Profiles.Exif
{ ExifTag.Model, "Model" },
{ ExifTag.XPAuthor, "The XPAuthor text" },
{ ExifTag.UserComment, new EncodedString(EncodedString.CharacterCode.Unicode, "The Unicode text") },
{ ExifTag.GPSAreaInformation, new EncodedString("Default constructor text (GPSAreaInformation)") },
};
[Theory]

Loading…
Cancel
Save