#368 related clean-up

This commit is contained in:
Harald Kuhr
2018-01-17 18:27:33 +01:00
parent 3f06bbee99
commit 2b29c14593
3 changed files with 15 additions and 14 deletions
@@ -192,7 +192,7 @@ public class EXIFReaderTest extends MetadataReaderAbstractTest {
assertNotNull(exif);
assertEquals(23, exif.size());
// The interop IFD is empty (entry count is 0)
// The interop IFD with two values
Directory interop = (Directory) exif.getEntryById(TIFF.TAG_INTEROP_IFD).getValue();
assertNotNull(interop);
assertEquals(2, interop.size());
@@ -206,7 +206,7 @@ public class TIFFReaderTest extends MetadataReaderAbstractTest {
assertNotNull(exif);
assertEquals(23, exif.size());
// The interop IFD is empty (entry count is 0)
// The interop IFD with two values
Directory interop = (Directory) exif.getEntryById(TIFF.TAG_INTEROP_IFD).getValue();
assertNotNull(interop);
assertEquals(2, interop.size());