You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:20:48 UTC

[sling-org-apache-sling-testing-rules] 07/14: Removed unused import in testing rules

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 <du...@apache.org>
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" <co...@sling.apache.org>.