poi/src/testcases/org/apache/poi/hssf/usermodel
Dominik Stadler d0513f2ca6 Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets.
Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737237 13f79535-47bb-0310-9956-ffa450edef68
2016-03-31 13:32:05 +00:00
..
AllUserModelTests.java Bug 35897 - Password protected files 2014-01-10 23:14:03 +00:00
FormulaExtractor.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
HSSFEvaluationTestHelper.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +00:00
HSSFTestHelper.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
RecordInspector.java Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra StringRecords 2008-11-15 17:25:32 +00:00
SanityChecker.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
StreamUtility.java Fix usage of Generics in some classes 2015-04-20 19:15:21 +00:00
TestBug42464.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
TestBugs.java Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead 2016-03-13 21:30:18 +00:00
TestCellStyle.java Revert set of inadvertedly committed files/changes 2016-03-29 18:11:44 +00:00
TestCloneSheet.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
TestComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 2015-03-13 16:26:41 +00:00
TestDataValidation.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
TestEmbeddedObjects.java Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test) 2013-06-14 08:53:29 +00:00
TestEscherGraphics.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestEscherGraphics2d.java - removed deprecated and confusing methods in XSSFColor 2015-10-12 20:43:42 +00:00
TestExternalReferenceChange.java added ASF licence header 2012-02-13 11:11:37 +00:00
TestFontDetails.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestFormulaEvaluatorBugs.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
TestFormulaEvaluatorDocs.java Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,694065,694153,694534,694615,694619-694620,694631,694643,694877,694881 via svnmerge from 2008-09-13 13:48:27 +00:00
TestFormulas.java Add missing close() of resources in both production code and tests 2014-12-28 09:16:57 +00:00
TestHSSFCell.java Fix some compiler warnings, javadoc, ... 2016-03-28 20:22:08 +00:00
TestHSSFClientAnchor.java Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549 2015-10-26 10:32:30 +00:00
TestHSSFComment.java Bug 56380: Remove limitation of 1024 comments per Workbook 2015-03-13 16:26:41 +00:00
TestHSSFConditionalFormatting.java fixed sonar issues and eclipse warnings 2015-10-05 00:28:54 +00:00
TestHSSFDataFormat.java eclipse warning fixes 2016-03-18 23:12:28 +00:00
TestHSSFDataFormatter.java Regression in version 3.14-beta1: three or four-part formats with locale id cause exceptions when formatting instead of falling back to other formatting 2016-01-13 19:46:17 +00:00
TestHSSFDateUtil.java forbidden apis fixes - timezone fix ... will it work? 2015-09-10 21:31:00 +00:00
TestHSSFExternalFunctions.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestHSSFFont.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestHSSFFormulaEvaluator.java fixed sonar issues and eclipse warnings 2015-10-05 00:28:54 +00:00
TestHSSFHeaderFooter.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
TestHSSFHyperlink.java bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCopyXSSFHyperlink 2015-11-02 13:02:44 +00:00
TestHSSFName.java Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times 2016-03-13 21:30:38 +00:00
TestHSSFOptimiser.java Bugzilla 53763: avoid style mess when using HSSFOptimiser 2012-10-12 12:55:45 +00:00
TestHSSFPalette.java Tried to reproduce bug 48403 but couldn't, still adding the related unit test 2015-09-29 10:14:40 +00:00
TestHSSFPatriarch.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestHSSFPicture.java Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 2014-12-16 10:40:02 +00:00
TestHSSFPictureData.java Bugzilla 53446 - Fixed some problems extracting PNGs 2012-08-04 05:30:19 +00:00
TestHSSFRichTextString.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestHSSFRow.java findbugs fixes 2015-11-01 03:23:16 +00:00
TestHSSFSheet.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
TestHSSFSheetAutosizeColumn.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:47:37 +00:00
TestHSSFSheetShiftRows.java Clean-up in BaseTestSheetShiftRows and subclasses. 2009-12-26 00:25:59 +00:00
TestHSSFSheetUpdateArrayFormulas.java sonar fixes and closing resources after use 2015-10-06 00:04:12 +00:00
TestHSSFTextbox.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
TestHSSFWorkbook.java Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. 2016-03-31 13:32:05 +00:00
TestNonStandardWorkbookStreamNames.java Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests 2013-02-07 21:53:07 +00:00
TestOLE2Embeding.java bug 58636: upgrade anchor types from int to AnchorType enum 2015-11-25 07:16:43 +00:00
TestPOIFSProperties.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
TestPatriarch.java #58597: Remove setAccessible (more coming soon) 2015-11-11 07:41:54 +00:00
TestPolygon.java Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 2014-05-16 13:25:45 +00:00
TestReadWriteChart.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
TestRowStyle.java fixed non-standard ASF license headers 2009-02-24 11:30:08 +00:00
TestSanityChecker.java fix eclipse warning - mostly generics cosmetics 2015-09-12 18:45:07 +00:00
TestShapeGroup.java #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. 2015-11-11 16:57:39 +00:00
TestSheetHiding.java fix eclipse warnings 2016-03-21 00:14:21 +00:00
TestText.java Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, always close resources, ... 2015-09-14 18:40:23 +00:00
TestUnfixedBugs.java extended forbidden-apis-check to ooxml-tests 2015-11-05 00:15:51 +00:00
TestUnicodeWorkbook.java Fixed compiler warnings - unnecessary throws declaration 2009-08-18 19:49:28 +00:00
TestWorkbook.java #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 2016-03-12 13:33:53 +00:00