mirror of https://github.com/apache/poi.git
temporarily exclude new file from poi-integration test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10da475b7a
commit
c3f415d8e7
|
@ -86,6 +86,9 @@ public class TestAllFiles {
|
|||
"poifs/protected_sha512.xlsx",
|
||||
"poifs/60320-protected.xlsx",
|
||||
"poifs/protected_sha512.xlsx",
|
||||
|
||||
// exclude to https://bz.apache.org/bugzilla/show_bug.cgi?id=66176#c2
|
||||
"slideshow/smartart-simple.pptx",
|
||||
};
|
||||
|
||||
// cheap workaround of skipping the few problematic files
|
||||
|
|
|
@ -2490,3 +2490,17 @@ org/w3/x2000/x09/xmldsig/impl/SignedInfoTypeImpl
|
|||
org/w3/x2000/x09/xmldsig/impl/TransformDocumentImpl
|
||||
org/w3/x2000/x09/xmldsig/impl/TransformTypeImpl
|
||||
org/w3/x2000/x09/xmldsig/impl/X509IssuerSerialTypeImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/DrawingDocument
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/DrawingDocumentImpl
|
||||
org/openxmlformats/schemas/drawingml/x2006/diagram/impl/CTRelIdsImpl
|
||||
org/openxmlformats/schemas/drawingml/x2006/diagram/CTRelIds
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTDrawingImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/CTDrawing
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTGroupShapeImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/CTGroupShape
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/CTShape
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTGroupShapeNonVisualImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/CTGroupShapeNonVisual
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTShapeImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/impl/CTShapeNonVisualImpl
|
||||
com/microsoft/schemas/office/drawing/x2008/diagram/CTShapeNonVisual
|
||||
|
|
|
@ -1156,3 +1156,12 @@ worksheetf539doctype
|
|||
x509issuerserialtype7eb2type
|
||||
xadestimestamptypeaedbtype
|
||||
xml2eb5doctype
|
||||
drawing324ddoctype
|
||||
relidselement
|
||||
ctrelidsfef2type
|
||||
relids971edoctype
|
||||
ctdrawingc4f9type
|
||||
ctgroupshape48cbtype
|
||||
ctgroupshapenonvisualf80ctype
|
||||
ctshape6416type
|
||||
ctshapenonvisual6121type
|
||||
|
|
Loading…
Reference in New Issue