Skip to content

Commit d8fa4ce

Browse files
committed
removed Randomize calls from tests
1 parent 3af5afd commit d8fa4ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Source/Base/Spring.Tests.Collections.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4546,8 +4546,6 @@ procedure TTestRedBlackTreeInteger.FuzzyTesting;
45464546
input: TArray<Integer>;
45474547
inputLen: Integer;
45484548
begin
4549-
Randomize;
4550-
45514549
for n := 1 to COUNT do
45524550
begin
45534551
SUT := TRedBlackTree<Integer>.Create;
@@ -4752,8 +4750,6 @@ procedure TTestRedBlackTreeIntegerString.FuzzyTesting;
47524750
input: TArray<Integer>;
47534751
inputLen: Integer;
47544752
begin
4755-
Randomize;
4756-
47574753
for n := 1 to COUNT do
47584754
begin
47594755
SUT := TRedBlackTree<Integer, string>.Create;

0 commit comments

Comments
 (0)