diff --git a/tests/auto/fakevim/main.cpp b/tests/auto/fakevim/main.cpp index 3bbb07c0a8b576a9a9ca5ab3d772870ccb7b9d62..2fd0047bfc2a5b683b2dde4d143ca10d68cc8125 100644 --- a/tests/auto/fakevim/main.cpp +++ b/tests/auto/fakevim/main.cpp @@ -372,8 +372,6 @@ void tst_FakeVim::command_cw() { setup(); move("j", "@" + l[1]); - qWarning("FIXME"); -return; // FIXME check("cwx" + escape, l[0] + "\n@xinclude <QtCore>\n" + lmid(2)); } @@ -737,8 +735,6 @@ void tst_FakeVim::test_i_cw_i() setup(); move("j", "@" + l[1]); check("ixx" + escape, l[0] + "\nx@x" + lmid(1)); - qWarning("FIXME"); -return; // FIXME: not in sync with Gui behaviour? check("cwyy" + escape, l[0] + "\nxy@y" + lmid(1)); check("iaa" + escape, l[0] + "\nxya@ay" + lmid(1)); }