SyncroEdit:Tests

git-svn-id: trunk@25673 -
This commit is contained in:
martin 2010-05-26 22:14:29 +00:00
parent 83626913a6
commit dfa90fa2e9

View File

@ -899,7 +899,6 @@ end;
{%region Edit just before/after cell, while caret in cell (selection outside cell / replace, delete) }
name := 'Delete/Selection: caret in cell, text out of cell';
if not DoUndo then begin
InitTestText(1,2, 1,4);
TestKeyAtSel('Delete-Sel, after cell', 9,2, 8,2, VK_DELETE, [],
['abc foo',
@ -971,7 +970,6 @@ if not DoUndo then begin
'',
'foo',
''], FALSE);
end;
{%endregion}