This commit is contained in:
anna
2011-08-11 17:31:28 +04:00
parent fcedc06bc8
commit 57bbbaba46
@@ -500,7 +500,7 @@ public class JUnitConfigurable extends SettingsEditor<JUnitConfiguration> {
private void setPackage(final PsiPackage aPackage) {
if (aPackage == null) return;
((LabeledComponent<TextFieldWithBrowseButton>)getTestLocation(JUnitConfigurationModel.ALL_IN_PACKAGE)).getComponent()
((LabeledComponent<EditorTextFieldWithBrowseButton>)getTestLocation(JUnitConfigurationModel.ALL_IN_PACKAGE)).getComponent()
.setText(aPackage.getQualifiedName());
}