Alexander Radzin created IMAGING-172:
----------------------------------------

             Summary: Microsoft tags are not seen in MS Windows 
Properties/Details dialog
                 Key: IMAGING-172
                 URL: https://issues.apache.org/jira/browse/IMAGING-172
             Project: Commons Imaging
          Issue Type: Bug
          Components: Format: JPEG
            Reporter: Alexander Radzin


Here is the scenario.

1. Add the following lines to {{MicrosoftTagTest.testRewrite()}}. 

{code}
OutputStream out = new FileOutputStream(new File("/temp/mytest.jpg"));
out.write(baos.toByteArray());
out.flush();
out.close();
{code}

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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to