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:
parent
8fa72d559f
commit
0bbd711553
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
Loading…
Add table
Reference in a new issue