mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[fixed failing test: formatOptimizeRearrangeVcsChanges] fixed test data, since diff now shows one more line
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ public class Main {
|
||||
protected Object obj = null;
|
||||
private long e = 4;
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) {
|
||||
}
|
||||
}
|
||||
+6
-2
@@ -31,8 +31,12 @@ public class ReformatCodeActionInEditorTest extends LightPlatformCodeInsightFixt
|
||||
|
||||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
myFixture.getFile().putUserData(FormatChangedTextUtil.TEST_REVISION_CONTENT, null);
|
||||
super.tearDown();
|
||||
try {
|
||||
myFixture.getFile().putUserData(FormatChangedTextUtil.TEST_REVISION_CONTENT, null);
|
||||
}
|
||||
finally {
|
||||
super.tearDown();
|
||||
}
|
||||
}
|
||||
|
||||
public void doTest(LayoutCodeOptions options) {
|
||||
|
||||
Reference in New Issue
Block a user