Skip to content

Commit

Permalink
Let FeatureRootfileArtifactRepositoryTest extend TychoPlexusTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 10, 2023
1 parent b9e70e0 commit a9d4402
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
import org.eclipse.tycho.p2.metadata.IP2Artifact;
import org.eclipse.tycho.p2.publisher.rootfiles.FeatureRootAdvice;
import org.eclipse.tycho.p2maven.advices.MavenPropertiesAdvice;
import org.eclipse.tycho.testing.TychoPlexusTestCase;
import org.junit.Assert;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;

public class FeatureRootfileArtifactRepositoryTest {
public class FeatureRootfileArtifactRepositoryTest extends TychoPlexusTestCase {
@Rule
public TemporaryFolder tempFolder = new TemporaryFolder();

Expand Down

0 comments on commit a9d4402

Please sign in to comment.