mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
Rename PreferencesTestSuite -> UI Preferences Test Suite
This commit is contained in:
parent
df73457621
commit
e7af396757
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class PreferencesTestSuite extends DelegatingTestSuiteHolder {
|
||||||
* @return The test suite instance.
|
* @return The test suite instance.
|
||||||
*/
|
*/
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
TestSuite suite = new TestSuite("RSE Preferences Test Suite"); //$NON-NLS-1$
|
TestSuite suite = new TestSuite("UI Preferences Test Suite"); //$NON-NLS-1$
|
||||||
suite.addTestSuite(PreferencesTest.class);
|
suite.addTestSuite(PreferencesTest.class);
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue