/[Apache-SVN]
ViewVC logotype

Revision 1647885


Jump to revision: Previous Next
Author: centic
Date: Thu Dec 25 09:16:44 2014 UTC (9 years, 5 months ago)
Changed paths: 31
Log Message:
Add a test-suite which performs integration/stress tests which load and handle all stored test files in various ways.

It works by using handlers for each type of file which perform various operations on the files, e.g. loading,
iterating content, modify, ... This will trigger changes which break working with the available test-files and
thus provides another layer of regression testing which hopefully prevents some failures from making it into
releases.

It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target.

Changed paths

Path Details
Directorypoi/trunk/.classpath modified , text changed
Directorypoi/trunk/build.xml modified , text changed
Directorypoi/trunk/src/integrationtest/ added
Directorypoi/trunk/src/integrationtest/org/ added
Directorypoi/trunk/src/integrationtest/org/apache/ added
Directorypoi/trunk/src/integrationtest/org/apache/poi/ added
Directorypoi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/hssf/ added
Directorypoi/trunk/src/integrationtest/org/apache/poi/hssf/usermodel/ added
Directorypoi/trunk/src/integrationtest/org/apache/poi/hssf/usermodel/RecordsStresser.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/ added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/FileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HDGFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HMEFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HPBFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HPSFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HSLFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/HWPFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/POIFSFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/POIXMLDocumentHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/XSLFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/XSSFFileHandler.java added
Directorypoi/trunk/src/integrationtest/org/apache/poi/stress/XWPFFileHandler.java added
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java modified , text changed
Directorypoi/trunk/src/testcases/org/apache/poi/hssf/dev/TestEFBiffViewer.java modified , text changed
Directorypoi/trunk/src/testcases/org/apache/poi/hssf/dev/TestReSave.java modified , text changed
Directorypoi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestUnfixedBugs.java modified , text changed
Directorypoi/trunk/test-data/spreadsheet/44958_1.xls added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26