This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-rules.git
commit df01f70aa82564c266bc16fc56c2a196eeeaa756 Author: Andrei Dulvac <[email protected]> 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@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 "[email protected]" <[email protected]>.
