mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
FpcUnit: Prevent a SIGSEGV in GUITestRunner app. Issue #28166.
git-svn-id: trunk@49149 -
This commit is contained in:
parent
1568077381
commit
f1af3d13cc
@ -252,6 +252,7 @@ function TGUITestRunner.MakeTestPath(Node: TTreeNode): string;
|
||||
begin
|
||||
Result := Node.Text;
|
||||
Node := Node.Parent;
|
||||
If Node = Nil then Exit;
|
||||
// We can now skip the unnecessary "All Tests" text
|
||||
while Node.Parent <> nil do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user