aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/macros
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-320/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2021-01-101-1/+1
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885325 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2021-01-091-27/+27
| | | | | | JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885308 13f79535-47bb-0310-9956-ffa450edef68
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-10/+10
| | | | | | | This avoids confusion if people look at this code in the future without knowledge about the historical transition from java.io to java.nio git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855873 13f79535-47bb-0310-9956-ffa450edef68
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-301-0/+17
| | | | | | contain an ascii string, against the spec in VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845238 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- fix npe by adding processing of module name mapping in ↵Tim Allison2018-10-291-0/+14
| | | | | | VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845138 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839709 13f79535-47bb-0310-9956-ffa450edef68
* 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