1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-28 05:06:01 +00:00
parent f651a8baa6
commit 0b9b777534

View file

@ -7,7 +7,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Institute for Software - initial API and implementation
* Institute for Software - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.ui.tests.refactoring.extractlocalvariable;
@ -22,14 +22,13 @@ import org.eclipse.cdt.ui.tests.refactoring.RefactoringTester;
* @author Tom Ball
*/
public class ExtractLocalVariableTestSuite extends TestSuite {
@SuppressWarnings("nls")
public static Test suite() throws Exception {
TestSuite suite = new ExtractLocalVariableTestSuite();
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringTests",
"resources/refactoring/ExtractLocalVariable.rts"));
suite.addTest(RefactoringTester.suite("ExtractLocalVariableRefactoringHistoryTests",
"resources/refactoring/ExtractLocalVariableHistory.rts"));
"resources/refactoring/ExtractLocalVariableHistory.rts"));
return suite;
}
}