forked from qt-creator/qt-creator
fakevim: enable auto test which does not fail anymore
Merge-request: 99 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user