mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-09-18 16:24:48 +02:00
Unmute falling tests
This commit is contained in:
test/org/jetbrains/plugins/ideavim/action
@@ -24,13 +24,11 @@ import static com.maddyhome.idea.vim.helper.StringHelper.parseKeys;
|
||||
|
||||
public class ReformatCodeTest extends VimTestCase {
|
||||
|
||||
/*
|
||||
public void testEmpty() {
|
||||
configureByJavaText("<caret>");
|
||||
typeText(parseKeys("gqq"));
|
||||
myFixture.checkResult("<caret>");
|
||||
}
|
||||
*/
|
||||
|
||||
public void testWithCount() {
|
||||
configureByJavaText(
|
||||
|
@@ -89,12 +89,10 @@ class VisualToggleBlockModeActionTest : VimTestCase() {
|
||||
CommandState.Mode.VISUAL, CommandState.SubMode.VISUAL_BLOCK)
|
||||
}
|
||||
|
||||
/*
|
||||
fun `test on empty file`() {
|
||||
doTest("<C-V>", "", "",
|
||||
CommandState.Mode.VISUAL, CommandState.SubMode.VISUAL_BLOCK)
|
||||
}
|
||||
*/
|
||||
|
||||
fun `test selectmode option`() {
|
||||
configureByText("""
|
||||
|
Reference in New Issue
Block a user