Browse Source

* Slightly better error message

git-svn-id: trunk@38611 -
michael 7 years ago
parent
commit
bbf06c438c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-fpcunit/src/fpcunit.pp

+ 1 - 1
packages/fcl-fpcunit/src/fpcunit.pp

@@ -961,7 +961,7 @@ begin
         FailMsg:=ComparisonMsg(SExceptionHelpContextCompare,IntToStr(AExceptionContext),IntToStr(E.HelpContext))
         FailMsg:=ComparisonMsg(SExceptionHelpContextCompare,IntToStr(AExceptionContext),IntToStr(E.HelpContext))
       end;
       end;
   end;
   end;
-  AssertTrue(AMessage + FailMsg, FailMsg='', AErrorAddr);
+  AssertTrue(AMessage + ': '+FailMsg, FailMsg='', AErrorAddr);
 end;
 end;