codetools: nicer test result

git-svn-id: trunk@50103 -
This commit is contained in:
mattias 2015-10-18 14:24:45 +00:00
parent 0ca8f14eff
commit 68d7015320

View File

@ -168,7 +168,7 @@ begin
FoundCursorPos.Code,FoundCursorPos.X,FoundCursorPos.Y,FoundTopLine)
then begin
if ExpectedPath<>'' then
AssertEquals('find declaration failed at '+Tool.CleanPosToStr(IdentifierStartPos,true)+': '+CodeToolBoss.ErrorMessage,false,true);
AssertEquals('find declaration failed at '+Tool.CleanPosToStr(IdentifierStartPos,true)+': '+CodeToolBoss.ErrorMessage,true,false);
continue;
end else begin
FoundTool:=CodeToolBoss.GetCodeToolForSource(FoundCursorPos.Code,true,true) as TFindDeclarationTool;