From 1a3f9f7b8fb7c54b7ba1aff880fa5a672ea69167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 27 Sep 2023 14:16:00 +0300 Subject: [PATCH] Fix BasicP2RepositoryIntegrationTest with 2023-03 Bundle id changes. Simplified setup a bit while at it to be more like rest of the test suite. --- tycho-its/projects/p2Repository/category.xml | 2 +- tycho-its/projects/p2Repository/pom.xml | 2 +- .../test/p2Repository/BasicP2RepositoryIntegrationTest.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tycho-its/projects/p2Repository/category.xml b/tycho-its/projects/p2Repository/category.xml index 7255e71d38..c8acce60eb 100644 --- a/tycho-its/projects/p2Repository/category.xml +++ b/tycho-its/projects/p2Repository/category.xml @@ -1,7 +1,7 @@ - + diff --git a/tycho-its/projects/p2Repository/pom.xml b/tycho-its/projects/p2Repository/pom.xml index dcdc9146cb..866a556cda 100644 --- a/tycho-its/projects/p2Repository/pom.xml +++ b/tycho-its/projects/p2Repository/pom.xml @@ -43,7 +43,7 @@ test-data-repo p2 - ${test-data-repo} + ${target-platform} diff --git a/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/BasicP2RepositoryIntegrationTest.java b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/BasicP2RepositoryIntegrationTest.java index 6332f862b4..c6f994cfa8 100644 --- a/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/BasicP2RepositoryIntegrationTest.java +++ b/tycho-its/src/test/java/org/eclipse/tycho/test/p2Repository/BasicP2RepositoryIntegrationTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2012, 2021 SAP AG and others. + * Copyright (c) 2012, 2023 SAP AG and others. * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at