From commits-return-11915-archive-asf-public=cust-asf.ponee.io@poi.apache.org Mon Dec 17 21:57:55 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C7135180652 for ; Mon, 17 Dec 2018 21:57:54 +0100 (CET) Received: (qmail 85397 invoked by uid 500); 17 Dec 2018 20:57:53 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 85388 invoked by uid 99); 17 Dec 2018 20:57:53 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2018 20:57:53 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3F0663A2660 for ; Mon, 17 Dec 2018 20:57:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1849128 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Date: Mon, 17 Dec 2018 20:57:52 -0000 To: commits@poi.apache.org From: fanningpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181217205753.3F0663A2660@svn01-us-west.apache.org> Author: fanningpj Date: Mon Dec 17 20:57:52 2018 New Revision: 1849128 URL: http://svn.apache.org/viewvc?rev=1849128&view=rev Log: [bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxml Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java URL: http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java?rev=1849128&r1=1849127&r2=1849128&view=diff ============================================================================== --- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original) +++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Mon Dec 17 20:57:52 2018 @@ -331,6 +331,9 @@ public class TestAllFiles { "spreadsheet/sample.strict.xlsx", "spreadsheet/57914.xlsx", + // files with XML entities + "openxml4j/ContentTypeHasEntities.ooxml", + // non-TNEF files "ddf/Container.dat", "ddf/47143.dat", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org