Exclude one more test from no-scratchpad runs, not sure how this was even working before...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2017-04-30 09:12:48 +00:00
parent a8ce5b46e1
commit d5f1f9ca43
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ under the License.
<patternset id="exclude-scratchpad-test"> <patternset id="exclude-scratchpad-test">
<exclude name="**/TestExtractorFactory.java"/> <exclude name="**/TestExtractorFactory.java"/>
<exclude name="**/OutlookTextExtactor.java"/> <exclude name="**/OutlookTextExtactor.java"/>
<exclude name="**/TestEmbedOLEPackage.java"/>
</patternset> </patternset>
<!-- Prints POI's Ant usage help --> <!-- Prints POI's Ant usage help -->