This is an automated email from the ASF dual-hosted git repository.
simonetripodi pushed a commit to branch SLING-8251
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git
The following commit(s) were added to refs/heads/SLING-8251 by this push:
new 783bd5b SLING-8251 - Support checking dependencies for content
packages
783bd5b is described below
commit 783bd5bbe1e35a697be76a16bd430a25f9277a1d
Author: Simo Tripodi <[email protected]>
AuthorDate: Wed Jun 12 00:39:22 2019 +0200
SLING-8251 - Support checking dependencies for content packages
removed unnecessary stubbed methods
---
.../analyser/task/impl/CheckContentPackagesDependenciesTest.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/src/test/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackagesDependenciesTest.java
b/src/test/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackagesDependenciesTest.java
index 4d5210d..ce664e7 100644
---
a/src/test/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackagesDependenciesTest.java
+++
b/src/test/java/org/apache/sling/feature/analyser/task/impl/CheckContentPackagesDependenciesTest.java
@@ -89,9 +89,6 @@ public class CheckContentPackagesDependenciesTest {
for (String resource : resources) {
ArtifactId id = mock(ArtifactId.class);
- when(id.toMvnId()).thenReturn(resource);
- when(id.toString()).thenReturn(resource);
-
Artifact artifact = mock(Artifact.class);
when(artifact.getId()).thenReturn(id);