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 19258200D5B for ; Tue, 7 Nov 2017 11:20:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 17E3C160C01; Tue, 7 Nov 2017 10:20:45 +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 504C4160BED for ; Tue, 7 Nov 2017 11:20:44 +0100 (CET) Received: (qmail 11980 invoked by uid 500); 7 Nov 2017 10:20:43 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 11573 invoked by uid 99); 7 Nov 2017 10:20:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 10:20:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B52C087C3C; Tue, 7 Nov 2017 10:20:41 +0000 (UTC) Date: Tue, 07 Nov 2017 10:20:48 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-testing-rules] 07/14: Removed unused import in testing rules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151005004136.5626.8644876053969050545@gitbox.apache.org> References: <151005004136.5626.8644876053969050545@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-testing-rules X-Git-Refname: refs/tags/org.apache.sling.testing.rules-1.0.0 X-Git-Reftype: annotated tag X-Git-Rev: 21f933c44ed6b7b7fec8c5e9ce739a713880a567 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107102041.B52C087C3C@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 10:20:45 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.rules-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-rules.git commit 21f933c44ed6b7b7fec8c5e9ce739a713880a567 Author: Andrei Dulvac AuthorDate: Thu Jul 21 08:25:11 2016 +0000 Removed unused import in testing rules git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/junit/rules@1753648 13f79535-47bb-0310-9956-ffa450edef68 --- .../junit/rules/util/filterrule/FilterRuleExcludeCategoryTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryTest.java b/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryTest.java index 6d0b47e..ce366b1 100644 --- a/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryTest.java +++ b/src/test/java/org/apache/sling/testing/junit/rules/util/filterrule/FilterRuleExcludeCategoryTest.java @@ -22,7 +22,6 @@ import org.apache.sling.testing.junit.rules.annotation.Issue; import org.apache.sling.testing.junit.rules.category.FailingTest; import org.apache.sling.testing.junit.rules.util.IgnoreTestsConfig; import org.junit.Assert; -import org.junit.Assume; import org.junit.Rule; import org.junit.Test; import org.junit.experimental.categories.Category; -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .