From dfa90fa2e9ba6e8b8810d2234210155d5dcbc162 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 26 May 2010 22:14:29 +0000 Subject: [PATCH] SyncroEdit:Tests git-svn-id: trunk@25673 - --- components/synedit/test/testsyncroedit.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/synedit/test/testsyncroedit.pas b/components/synedit/test/testsyncroedit.pas index 075828dece..3e23e90b19 100644 --- a/components/synedit/test/testsyncroedit.pas +++ b/components/synedit/test/testsyncroedit.pas @@ -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}