mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
end template in tests as normal; if template was canceled - don't perform onSuccess method setup (IDEA-157973)
This commit is contained in:
+2
-2
@@ -127,7 +127,7 @@ class Usage {
|
||||
PsiDocumentManager.getInstance(getFile().project).commitDocument(document)
|
||||
}
|
||||
|
||||
state.gotoEnd()
|
||||
state.gotoEnd(false)
|
||||
}
|
||||
|
||||
public void "test prefer outer class when static is not applicable for inner"() {
|
||||
@@ -153,7 +153,7 @@ class A {
|
||||
PsiDocumentManager.getInstance(getFile().project).commitDocument(document)
|
||||
}
|
||||
|
||||
state.gotoEnd()
|
||||
state.gotoEnd(false)
|
||||
|
||||
checkResultByText """
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user