This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 5a7e997 SLING-3017 Improve Karaf integration tests
5a7e997 is described below
commit 5a7e9970e3ba04a920e9fd4d626369ef7d8871f9
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Oct 9 12:59:43 2018 +0200
SLING-3017 Improve Karaf integration tests
remove test for Commons Collections
---
.../org/apache/sling/karaf/tests/bootstrap/SlingValidationIT.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingValidationIT.java
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingValidationIT.java
index 2bc3199..5f98639 100644
---
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingValidationIT.java
+++
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingValidationIT.java
@@ -57,11 +57,4 @@ public class SlingValidationIT extends KarafTestSupport {
assertEquals(Bundle.ACTIVE, bundle.getState());
}
- @Test
- public void testOrgApacheCommonsCollections4() {
- final Bundle bundle = findBundle("org.apache.commons.collections4");
- assertNotNull(bundle);
- assertEquals(Bundle.ACTIVE, bundle.getState());
- }
-
}