diff --git a/tst/testinstall/semigrp.tst b/tst/testinstall/semigrp.tst index 6ed3e28da1..0b267b881f 100644 --- a/tst/testinstall/semigrp.tst +++ b/tst/testinstall/semigrp.tst @@ -288,58 +288,38 @@ gap> #T# Checking for correct non-removal of one from generating sets in # SemigroupByGenerators JDM gap> S := Semigroup(PartialPerm([1])); - + gap> GeneratorsOfSemigroup(S); [ ] gap> GeneratorsOfMonoid(S); [ ] -gap> GeneratorsOfGroup(S); -[ ] gap> GeneratorsOfInverseSemigroup(S); [ ] gap> GeneratorsOfInverseMonoid(S); [ ] gap> S := Semigroup(IdentityTransformation); - + gap> GeneratorsOfSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfMonoid(S); [ IdentityTransformation ] -gap> GeneratorsOfGroup(S); -[ IdentityTransformation ] -gap> GeneratorsOfInverseSemigroup(S); -[ IdentityTransformation ] -gap> GeneratorsOfInverseMonoid(S); -[ IdentityTransformation ] #T# Checking for correct non-removal of one from generating sets in # MonoidByGenerators JDM gap> S := Monoid(PartialPerm([1])); - + gap> S := Monoid(PartialPerm([1])); - + gap> GeneratorsOfSemigroup(S); [ ] gap> GeneratorsOfMonoid(S); [ ] -gap> GeneratorsOfGroup(S); -[ ] -gap> GeneratorsOfInverseSemigroup(S); -[ ] -gap> GeneratorsOfInverseMonoid(S); -[ ] gap> S := Monoid(IdentityTransformation); - + gap> GeneratorsOfSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfMonoid(S); [ IdentityTransformation ] -gap> GeneratorsOfGroup(S); -[ IdentityTransformation ] -gap> GeneratorsOfInverseSemigroup(S); -[ IdentityTransformation ] -gap> GeneratorsOfInverseMonoid(S); -[ IdentityTransformation ] #T# Checking for correct non-removal of one from generating sets in # InverseSemigroupByGenerators JDM @@ -349,20 +329,12 @@ gap> GeneratorsOfSemigroup(S); [ ] gap> GeneratorsOfMonoid(S); [ ] -gap> GeneratorsOfGroup(S); -[ ] -gap> GeneratorsOfInverseSemigroup(S); -[ ] -gap> GeneratorsOfInverseMonoid(S); -[ ] gap> S := InverseSemigroup(IdentityTransformation); gap> GeneratorsOfSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfMonoid(S); [ IdentityTransformation ] -gap> GeneratorsOfGroup(S); -[ IdentityTransformation ] gap> GeneratorsOfInverseSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfInverseMonoid(S); @@ -376,8 +348,6 @@ gap> GeneratorsOfSemigroup(S); [ ] gap> GeneratorsOfMonoid(S); [ ] -gap> GeneratorsOfGroup(S); -[ ] gap> GeneratorsOfInverseSemigroup(S); [ ] gap> GeneratorsOfInverseMonoid(S); @@ -388,8 +358,6 @@ gap> GeneratorsOfSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfMonoid(S); [ IdentityTransformation ] -gap> GeneratorsOfGroup(S); -[ IdentityTransformation ] gap> GeneratorsOfInverseSemigroup(S); [ IdentityTransformation ] gap> GeneratorsOfInverseMonoid(S);