mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
test fix, wrong test data params order
This commit is contained in:
+2
-2
@@ -56,12 +56,12 @@ public class JavaFormatterInEditorTest extends LightPlatformCodeInsightTestCase
|
||||
"}";
|
||||
doTest(text, text);
|
||||
|
||||
String after = "class Test {\n" +
|
||||
String before = "class Test {\n" +
|
||||
" void test() {\n" +
|
||||
" <caret> \n" +
|
||||
" }\n" +
|
||||
"}";
|
||||
doTest(text, after);
|
||||
doTest(before, text);
|
||||
}
|
||||
|
||||
public void testCaretPositionPreserved_WhenSomeFormattingNeeded() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user