aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-12-25 09:16:44 +0000
committerDominik Stadler <centic@apache.org>2014-12-25 09:16:44 +0000
commit8daac21f87301870b0090a40fb0f617c25c8e500 (patch)
treeb4e2029caed54ed3682f55e8d07b1f1d00bfaea3 /.classpath
parent4204f8211ec892dba4c605b30c26757b9e0be686 (diff)
downloadpoi-8daac21f87301870b0090a40fb0f617c25c8e500.tar.gz
poi-8daac21f87301870b0090a40fb0f617c25c8e500.zip
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. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 58ae07b0f8..bc01351d8d 100644
--- a/.classpath
+++ b/.classpath
@@ -14,6 +14,7 @@
<classpathentry kind="src" path="src/excelant/java"/>
<classpathentry kind="src" path="src/excelant/testcases"/>
<classpathentry kind="src" path="src/excelant/resources"/>
+ <classpathentry kind="src" path="src/integrationtest"/>
<classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>