Skip to content

Commit a5848b3

Browse files
committed
Remove TestGroupOptions.sizeTests and ..
.. remove a hack in TestGroup which made it easier to pass it.
1 parent 174590b commit a5848b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gap/base/recognition.gi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,6 @@ InstallGlobalFunction( "GetCompositionTreeNode",
977977
# Testing:
978978

979979
RECOG.TestGroupOptions := rec(
980-
# Number of times to test whether the recognized size is right
981-
sizeTests := 3,
982-
983980
# Number of random elements in group to check
984981
# This is used both for the number of elements in the
985982
# group to check, and the number of random elements of
@@ -1039,9 +1036,6 @@ RECOG.TestGroup := function(g,proj,size, optionlist...)
10391036
if count = -1 then
10401037
return fail;
10411038
fi;
1042-
else
1043-
#Print("Test was OK!\n");
1044-
count := 3; # worked!
10451039
fi;
10461040
until count >= 3;
10471041
#View(ri);

0 commit comments

Comments
 (0)