mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 18:01:36 +02:00
fpcunit: Use dot instead of underscore for test node seperator. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48798 -
This commit is contained in:
parent
0a2e216da7
commit
723f7fa2f7
@ -246,7 +246,7 @@ begin
|
||||
Result := '';
|
||||
while Node <> nil do
|
||||
begin
|
||||
Result := Node.Text + '_' + Result;
|
||||
Result := Node.Text + '.' + Result;
|
||||
Node := Node.Parent;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user