Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Here is the scenario.
1. Add the following lines to MicrosoftTagTest.testRewrite().
OutputStream out = new FileOutputStream(new File("/temp/mytest.jpg")); out.write(baos.toByteArray()); out.flush(); out.close();
2. No run the test.
3. Right click on file in the file explorer, open properties dialog and choose "details tab".
No-one of 4 expected properties (author, comment, subject, title) cannot be found. Title and subject look corrupted. All this happens despite of the test succeeds.