Skip to content
Snippets Groups Projects
Commit 2d9975f7 authored by brinn's avatar brinn
Browse files

change: use JAI instead of ImageJ to read TIFF files as JAI supports more types of TIFF files

SVN: 17311
parent 56c9957d
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ public class ImageUtilTest extends AssertJUnit ...@@ -107,7 +107,7 @@ public class ImageUtilTest extends AssertJUnit
fail("IllegalArgumentException expected"); fail("IllegalArgumentException expected");
} catch (IllegalArgumentException ex) } catch (IllegalArgumentException ex)
{ {
assertEquals("File type of an image input stream couldn't be figured out.", ex.getMessage()); assertEquals("File type of an image input stream couldn't be determined.", ex.getMessage());
} }
assertEquals(true, inputStream.closeInvoked); assertEquals(true, inputStream.closeInvoked);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment