Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Jul 13, 2020
1 parent 0ee3b9a commit 80023f1
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -230,13 +230,12 @@ public void testLinkageReports() {
.comparingElementsUsing(
Correspondence.<Node, String>transforming(
node -> trimAndCollapseWhiteSpace(node.getValue()), "has text"))
.contains(
"Dependency path 'commons-logging:commons-logging > javax.servlet:servlet-api' exists"
+ " in all 1337 dependency paths. Example path:"
.contains("Dependency path 'org.apache.httpcomponents:httpclient >"
+ " commons-logging:commons-logging' exists"
+ " in all 57 dependency paths. Example path:"
+ " com.google.http-client:google-http-client:1.29.1 (compile) /"
+ " org.apache.httpcomponents:httpclient:4.5.5 (compile) /"
+ " commons-logging:commons-logging:1.2 (compile) / javax.servlet:servlet-api:2.3"
+ " (provided, optional)");
+ " commons-logging:commons-logging:1.2 (compile)");
}

@Test
Expand Down

0 comments on commit 80023f1

Please sign in to comment.