Skip to content

Commit

Permalink
[PPP-4893][PPP-5077][PPP-5128][PPP-4407][PPP-4660][PPP-4760][PPP-5043…
Browse files Browse the repository at this point in the history
…][PPP-4967] Fixed unit test dependent on slf4j package name
  • Loading branch information
aramos committed Nov 14, 2024
1 parent ae7969c commit 22f74fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public void testExpandProperties() throws Exception {
assertTrue( "org.apache package should have been added", processedPackages
.contains( "org.apache" ) );

assertTrue( "pentaho package should have been added with versioning", processedPackages
.contains( "org.slf4j.impl; version=\"1.7.7\"" ) );
assertTrue( "org.slf4j package should have been added with versioning", processedPackages
.contains( "org.slf4j; version=\"1.7.7\"" ) );

}

Expand Down

0 comments on commit 22f74fa

Please sign in to comment.