aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/filesystem
Commit message (Expand)AuthorAgeFilesLines
...
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-092-0/+20
* Added loose tests to junit hierarchyJosh Micich2010-05-241-1/+2
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-051-3/+3
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-031-2/+19
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-031-4/+12
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-251-0/+33
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-131-0/+20
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-191-7/+17
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-17/+14
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-132-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-6/+5
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-12/+10
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-127-430/+123
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-261-86/+16
* More helpful error messages when you try to give POIFS an OOXML fileNick Burch2008-07-311-1/+2
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-0/+37
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-073-82/+64
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-083-3/+187
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-0/+22
* SBAT fix from bug #11744Nick Burch2007-12-041-0/+25
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-231-0/+50
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-221-5/+6
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-221-152/+152
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2210-50/+60
* When sorting the contents of a directory, do so in a way that doesn't upset E...Nick Burch2006-12-121-0/+152
* - Superflous statements removed.Rainer Klute2005-04-221-4/+0
* - Forgot the copyright. Here it is.Rainer Klute2004-12-281-1/+17
* - Test case for empty documents added.Rainer Klute2004-12-281-0/+130
* New licence changes.Glen Stampoultzis2004-04-099-468/+135
* Slow input stream patch, bug 13478Avik Sengupta2003-07-312-1/+77
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-308-8/+8
* fix bug in read() methodMark Johnson2002-02-201-1/+3
* Initial revisionAndrew C. Oliver2002-01-318-0/+2321