aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/macros
Commit message (Collapse)AuthorAgeFilesLines
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-071-56/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811383 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* 60279 -- back off to brute-force search for macro content if offset ↵Tim Allison2017-09-141-0/+20
| | | | | | information is not correct git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808301 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing close() callsDominik Stadler2016-10-201-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765875 13f79535-47bb-0310-9956-ffa450edef68
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to ↵Tim Allison2016-10-191-2/+4
| | | | | | Andreas Beeker for this patch. Problems are mine. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765696 13f79535-47bb-0310-9956-ffa450edef68
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765490 13f79535-47bb-0310-9956-ffa450edef68
* BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix ↵Tim Allison2016-10-181-3/+3
| | | | | | unit test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765482 13f79535-47bb-0310-9956-ffa450edef68
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-16/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765479 13f79535-47bb-0310-9956-ffa450edef68
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-14/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765468 13f79535-47bb-0310-9956-ffa450edef68
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-181-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765433 13f79535-47bb-0310-9956-ffa450edef68
* add fixturing for notifying us when a previously failing unit test passes ↵Javen O'Neal2016-09-211-9/+4
| | | | | | (better than @Ignore) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761672 13f79535-47bb-0310-9956-ffa450edef68
* fix copy-paste errorJaven O'Neal2016-09-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761655 13f79535-47bb-0310-9956-ffa450edef68
* include class of caught exceptionJaven O'Neal2016-09-211-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761654 13f79535-47bb-0310-9956-ffa450edef68
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-211-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761652 13f79535-47bb-0310-9956-ffa450edef68
* bug 59858: describe why VBA macro reading failedJaven O'Neal2016-07-151-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752778 13f79535-47bb-0310-9956-ffa450edef68
* bug 59858: add disabled unit test for bug 59858; file from BrookeJaven O'Neal2016-07-151-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752776 13f79535-47bb-0310-9956-ffa450edef68
* bug 59830: add context to why no more bytes could be read from input streamJaven O'Neal2016-07-091-11/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751982 13f79535-47bb-0310-9956-ffa450edef68
* Close file-handles in tests as well to avoid noise when running ↵Dominik Stadler2016-05-051-17/+22
| | | | | | file-leak-detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742424 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, ↵Javen O'Neal2016-04-111-3/+11
| | | | | | 2013+) file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738651 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE ↵Javen O'Neal2016-04-111-23/+110
| | | | | | directories as case-insensitive git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738513 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: parameterize fromNPOIFS alsoJaven O'Neal2016-04-101-11/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738439 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test casesJaven O'Neal2016-04-101-20/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738438 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-0/+112
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738427 13f79535-47bb-0310-9956-ffa450edef68