aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/macros
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-0/+20
* Add some missing close() callsDominik Stadler2016-10-201-11/+13
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-2/+4
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-0/+10
* BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix un...Tim Allison2016-10-181-3/+3
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-16/+6
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-14/+7
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-9/+6
* add fixturing for notifying us when a previously failing unit test passes (be...Javen O'Neal2016-09-211-9/+4
* fix copy-paste errorJaven O'Neal2016-09-211-1/+1
* include class of caught exceptionJaven O'Neal2016-09-211-2/+3
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-211-1/+17
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-4/+9
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-151-0/+16
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-11/+29
* Close file-handles in tests as well to avoid noise when running file-leak-det...Dominik Stadler2016-05-051-17/+22
* bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201...Javen O'Neal2016-04-111-3/+11
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-23/+110
* bug 52949: parameterize fromNPOIFS alsoJaven O'Neal2016-04-101-11/+27
* bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test casesJaven O'Neal2016-04-101-20/+36
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-0/+112