Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 33751200D2E for ; Tue, 31 Oct 2017 11:22:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 320371609EC; Tue, 31 Oct 2017 10:22:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 78BE61609EB for ; Tue, 31 Oct 2017 11:22:24 +0100 (CET) Received: (qmail 31198 invoked by uid 500); 31 Oct 2017 10:22:23 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 31189 invoked by uid 99); 31 Oct 2017 10:22:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2017 10:22:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F230DFB6F; Tue, 31 Oct 2017 10:22:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tilman@apache.org To: commits@pdfbox.apache.org Message-Id: <0ee0e96ae917474b9ad8637b9c8832da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: pdfbox-jbig2 git commit: PDFBOX-2852: remove unused import, update junit import Date: Tue, 31 Oct 2017 10:22:23 +0000 (UTC) archived-at: Tue, 31 Oct 2017 10:22:25 -0000 Repository: pdfbox-jbig2 Updated Branches: refs/heads/master 10a185dfd -> 362b1374a PDFBOX-2852: remove unused import, update junit import Project: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/commit/362b1374 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/tree/362b1374 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/diff/362b1374 Branch: refs/heads/master Commit: 362b1374ae72400b7e7f9f2d26d6f6ae44940b7e Parents: 10a185d Author: Tilman Hausherr Authored: Tue Oct 31 11:21:29 2017 +0100 Committer: Tilman Hausherr Committed: Tue Oct 31 11:21:29 2017 +0100 ---------------------------------------------------------------------- .../pdfbox/jbig2/segments/RegionSegmentInformationTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-jbig2/blob/362b1374/src/test/java/org/apache/pdfbox/jbig2/segments/RegionSegmentInformationTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/pdfbox/jbig2/segments/RegionSegmentInformationTest.java b/src/test/java/org/apache/pdfbox/jbig2/segments/RegionSegmentInformationTest.java index 84b555a..02cbde7 100644 --- a/src/test/java/org/apache/pdfbox/jbig2/segments/RegionSegmentInformationTest.java +++ b/src/test/java/org/apache/pdfbox/jbig2/segments/RegionSegmentInformationTest.java @@ -22,14 +22,11 @@ import java.io.InputStream; import javax.imageio.stream.ImageInputStream; -import junit.framework.Assert; - import org.apache.pdfbox.jbig2.io.DefaultInputStreamFactory; import org.apache.pdfbox.jbig2.io.SubInputStream; -import org.apache.pdfbox.jbig2.segments.RegionSegmentInformation; import org.apache.pdfbox.jbig2.util.CombinationOperator; -import org.junit.Ignore; import org.junit.Test; +import org.junit.Assert; public class RegionSegmentInformationTest {