1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-24 20:59:02 +02:00

Unmute falling tests

This commit is contained in:
Alex Plate 2020-11-09 14:02:24 +03:00
parent c38b18e16b
commit 0296cae712
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 0 additions and 4 deletions
test/org/jetbrains/plugins/ideavim/action

View File

@ -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(

View File

@ -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("""