Skip to content

Commit

Permalink
[BUG] Wrong target platform file location
Browse files Browse the repository at this point in the history
  • Loading branch information
kevloral committed Mar 3, 2024
1 parent e97930b commit 9e842ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void testTargetDefinitionAuthMirror() throws Exception {
@Test
public void testTargetDefinitionEncrypted() throws Exception {
Verifier verifier = createVerifier("settings-encrypted.xml", "settings-security.xml");
File platformFile = new File(verifier.getBasedir(), "target-definition/platform.target");
File platformFile = new File(verifier.getBasedir(), "bundle/platform.target");
TargetDefinitionUtil.setRepositoryURLs(platformFile, p2RepoUrl);
verifier.addCliOption("-P=target-definition");
verifier.executeGoal("package");
Expand Down

0 comments on commit 9e842ce

Please sign in to comment.