to avoid having the test name reset by UsefulTestCase.clearDeclaredFields(), mark it as final

This commit is contained in:
Dmitry Jemerov
2011-11-08 18:30:24 +01:00
parent 43dec762e0
commit 30e44b1665
@@ -15,8 +15,8 @@ import java.io.File;
*/ */
public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase { public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase {
private boolean checkInfos = false; private boolean checkInfos = false;
private String myDataPath; private final String myDataPath;
private String myName; private final String myName;
public JetPsiCheckerTest(String dataPath, String name) { public JetPsiCheckerTest(String dataPath, String name) {
myDataPath = dataPath; myDataPath = dataPath;