fakevim: enable auto test which does not fail anymore

Merge-request: 99
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Martin Aumüller
2010-01-21 17:38:30 +01:00
committed by hjk
parent 2ce3483ba3
commit 2df1def883

View File

@@ -743,8 +743,6 @@ void tst_FakeVim::command_ma_yank()
void tst_FakeVim::command_Gyyp()
{
qWarning("FIXME");
return; // FIXME
setup();
check("G", lmid(0, l.size()-2) + "\n@" + lmid(l.size()-2));
check("yyp", lmid(0) + "@" + lmid(9, 1)+"\n");