summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 60489 -- add @Test annotation so that this actually runs and includes Con...Tim Allison2017-03-231-0/+1
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-221-3/+4
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-211-3/+0
* 60881 -- fix new unit test. xlsb test file apparently requires unlimited jce...Tim Allison2017-03-211-2/+12
* 60881 and 60891 -- on further look, no need to throw an exception for an encr...Tim Allison2017-03-201-0/+37
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-201-0/+9
* Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.Dominik Stadler2017-03-191-0/+7
* Bug 60810: Check for duplicate relation-names for notes similar to the fix fo...Dominik Stadler2017-03-191-39/+39
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-174-92/+73
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-165-0/+445
* add missing license headerGreg Woolsey2017-03-141-0/+19
* Fixed #60858, which showed a regression of the fix for #56420 introduced by m...Greg Woolsey2017-03-141-0/+31
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-101-56/+52
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-082-3/+33
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in...Tim Allison2017-03-082-7/+34
* store repeated expressions as temporary variables to make code shorterJaven O'Neal2017-03-071-7/+9
* BugFix for JDK-6623219Andreas Beeker2017-02-191-1/+1
* #60662 - Slide import delete unrecognized elements in group shapeAndreas Beeker2017-02-181-0/+32
* bug 60742: remove commented out debugging codeJaven O'Neal2017-02-171-7/+0
* bug 60742: Remove local test-code from test for bug 60512Dominik Stadler2017-02-171-5/+3
* bug 60742: write out to unit test TempFile rather than Unix-only /tmp/60512.x...Javen O'Neal2017-02-171-3/+7
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-172-3/+15
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-3/+13
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-0/+122
* Add licenseGreg Woolsey2017-02-141-0/+17
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-131-0/+118
* #60715 - Blank layout was not foundAndreas Beeker2017-02-111-1/+7
* Unit test comment for possible future expansionNick Burch2017-02-091-0/+6
* bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerti...Javen O'Neal2017-02-081-3/+6
* bug 59030: convert to junit4; whitespaceJaven O'Neal2017-02-081-16/+21
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0849-8645/+8645
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-081-12/+38
* +svn:eol-style nativeJaven O'Neal2017-02-081-24/+24
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-088-46/+61
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-082-97/+107
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-231-18/+26
* bug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to w...Javen O'Neal2017-01-191-1/+4
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-166-64/+97
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-1510-98/+201
* remove test outputAndreas Beeker2017-01-151-5/+0
* Java9 fix - resource not foundAndreas Beeker2017-01-151-11/+8
* #60586 - Support embedding OLE1.0 package in XSSF / SS CommonAndreas Beeker2017-01-151-0/+125
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-122-4/+39
* SonarQube fixesAndreas Beeker2017-01-081-7/+12
* revert accidental commits in r1777435Javen O'Neal2017-01-051-55/+12
* junit3 -> junit4Javen O'Neal2017-01-051-12/+55
* relax timeout on performance testAndreas Beeker2017-01-041-1/+1
* SonarQube fixesAndreas Beeker2017-01-041-1/+3
* Fix poor XPath performance when importing XSSF from XMLDavid North2017-01-031-3/+12
* refactor duplicated code in TestXSSFSheet#setColumnGroupCollapsed; remove unn...Javen O'Neal2017-01-031-198/+156