Skip to content

Commit

Permalink
[MNG-8340] Fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 29, 2024
1 parent 556107e commit e1a32ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void testitMNG3843() throws Exception {

basedir = new File(verifier.getBasedir(), "test-3/sub-parent/child-a");
props = verifier.loadProperties("test-3/sub-parent/child-a/target/pom.properties");
String val = matchesVersionRange("(4.0-alpha-7,)") ? ".." : "../pom.xml";
String val = matchesVersionRange("(4.0-alpha-7,)") ? null : "../pom.xml";
assertEquals(val, props.getProperty("project.originalModel.parent.relativePath"));
}

Expand Down

0 comments on commit e1a32ca

Please sign in to comment.