From aeac605000b516554d4faf5c9a8db17ea9c26b2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Aum=C3=BCller?= <aumuell@reserv.at>
Date: Thu, 21 Jan 2010 17:38:26 +0100
Subject: [PATCH] fakevim: some auto tests involving 'w' don't fail anymore

Merge-request: 99
Reviewed-by: hjk <qtc-committer@nokia.com>
---
 tests/auto/fakevim/main.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/auto/fakevim/main.cpp b/tests/auto/fakevim/main.cpp
index 3bbb07c0a8b..2fd0047bfc2 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));
 }
-- 
GitLab