aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/POIDataSamples.java
Commit message (Collapse)AuthorAgeFilesLines
* As discussed at ApacheCon: Try to automatically find test-data in unit ↵Dominik Stadler2015-10-051-2/+6
| | | | | | tests, this makes it easier to get going in Eclipse or other IDEs. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706752 13f79535-47bb-0310-9956-ffa450edef68
* Revert parts of an inadvertent previous checkin, keep build.xml and ↵Dominik Stadler2014-10-061-4/+2
| | | | | | @Override changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629653 13f79535-47bb-0310-9956-ffa450edef68
* Print out current version of java before building to allow to see in build ↵Dominik Stadler2014-10-061-2/+4
| | | | | | output if we use a supported Java VM version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1629644 13f79535-47bb-0310-9956-ffa450edef68
* Xml signature support - version 1Andreas Beeker2014-08-101-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-231-5/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516818 13f79535-47bb-0310-9956-ffa450edef68
* Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ↵Nick Burch2011-03-031-2/+8
| | | | | | and MAPI attributes, and use this to allow easier access to common file parts. Then use this in the attachment unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076603 13f79535-47bb-0310-9956-ffa450edef68
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ↵Nick Burch2011-03-011-0/+6
| | | | | | that the LZW isn't quite right yet (so tests disabled) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1075955 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-131-0/+0
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* moved all test data to a top-level directory, refactored all junit usages of ↵Yegor Kozlov2009-08-231-30/+97
| | | | | | .testdata.path to one place git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-0/+182
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68