Browse Source

Changed expected result in unit test.

Former-commit-id: 7d6c30d304e1f11c90e350849d4e0e9a727875ad
Former-commit-id: 080457cf87dbcd2347c2d499866f63617a250f6b
Former-commit-id: 6d5102aad28358e15d088574b6e0eea124a08232
af/merge-core
dirk 10 years ago
parent
commit
47838c7d72
  1. 2
      tests/ImageProcessorCore.Tests/Profiles/Exif/ExifTagDescriptionAttributeTests.cs

2
tests/ImageProcessorCore.Tests/Profiles/Exif/ExifTagDescriptionAttributeTests.cs

@ -24,7 +24,7 @@ namespace ImageProcessorCore.Tests
exifProfile.SetValue(ExifTag.ResolutionUnit, (ushort)3);
value = exifProfile.GetValue(ExifTag.ResolutionUnit);
Assert.Equal("Cm", value.ToString());
Assert.Equal("Centimeter", value.ToString());
exifProfile.SetValue(ExifTag.ResolutionUnit, (ushort)4);
value = exifProfile.GetValue(ExifTag.ResolutionUnit);

Loading…
Cancel
Save