1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Rename test class to proper name

This file was not being detected by Surefire because it didn't
match the expected file name pattern.

Change-Id: I357fcf7845ad4fdaa2697599d0f400bb128efd20
This commit is contained in:
Jonah Graham 2021-08-11 12:52:56 -04:00
parent 8fa72d559f
commit 0bbd711553

View file

@ -32,7 +32,7 @@ import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
public class ManagedBuildClean extends AbstractBuilderTest {
public class ManagedBuildCleanTest extends AbstractBuilderTest {
private static final String PROJ_PATH = "testCleanProjects";
private IProject fInternalBuilderProject;
private IProject fExternalBuilderProject;