https://bz.apache.org/bugzilla/show_bug.cgi?id=69315

--- Comment #4 from Dominik Hölzl <dominik.hoe...@fabasoft.com> ---
The test case you provided fails when adding

assertNotNull(mapi.getMainChunks().getRawProperties().get(MAPIProperty.CLIENT_SUBMIT_TIME));

after

assertNotNull(mapi.getMessageDate());

getMessageDate would pick another date property which was successfully read as
it's order is ahead of the failing multi valued property, CLIENT_SUBMIT_TIME
appears after the multi valued property, and with the bug in place reading
stops there and skips that one.

Regards,
Dominik

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to