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:
parent
c38b18e16b
commit
0296cae712
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("""
|
||||
|
Loading…
Reference in New Issue
Block a user