Skip to content

Commit

Permalink
Merge pull request #978 from mareknovotny/mavenization-testfix
Browse files Browse the repository at this point in the history
fixed MavenizeRuleProviderTest.testMavenizeRuleProvider() test after …
  • Loading branch information
mareknovotny committed Jun 17, 2016
2 parents 85d90a8 + 4c20f26 commit cd582ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public void testMavenizeRuleProvider() throws IOException, InstantiationExceptio
Assume.assumeTrue(identifiedArchives.iterator().hasNext());

// Were the pom.xml's created?
final Path baseMavenDir = outputDir.resolve("mavenized");
final Path baseMavenDir = outputDir.resolve("mavenized/jee-example-app");

Path resultRootPomPath = baseMavenDir.resolve("pom.xml");
Assert.assertTrue("Exists: " + resultRootPomPath, resultRootPomPath.toFile().exists());
Expand Down

0 comments on commit cd582ca

Please sign in to comment.