1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Rename PreferencesTestSuite -> UI Preferences Test Suite

This commit is contained in:
Martin Oberhuber 2008-02-20 22:18:47 +00:00
parent df73457621
commit e7af396757

View file

@ -38,7 +38,7 @@ public class PreferencesTestSuite extends DelegatingTestSuiteHolder {
* @return The test suite instance.
*/
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);
return suite;
}