mirror of https://github.com/apache/poi.git
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:
parent
a8ce5b46e1
commit
d5f1f9ca43
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue