Skip to content

Commit

Permalink
Update test files for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konovalov committed Apr 26, 2022
1 parent 7c84959 commit 81a59df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tst/unitlib02.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#
gap> START_TEST( "unitlib02.tst");

# doc/funct.xml:60-65
# doc/funct.xml:59-64

gap> PcNormalizedUnitGroupSmallGroup(128,161);
<pc group of size 170141183460469231731687303715884105728 with 127 generators>

# doc/funct.xml:88-109
# doc/funct.xml:87-108

gap> V:=PcNormalizedUnitGroup(GroupRing(GF(2),SmallGroup(8,3)));
<pc group of size 128 with 7 generators>
Expand All @@ -34,7 +34,7 @@ GF(2)
gap> G:=UnderlyingGroup(KG);
<pc group of size 8 with 3 generators>

# doc/funct.xml:116-127
# doc/funct.xml:115-126

gap> f:=Embedding(G,V1);
[ f1, f2, f3 ] -> [ f1, f2, f4 ]
Expand All @@ -45,7 +45,7 @@ Group([ f1, f2, f4 ])
gap> IdGroup(G1);
[ 8, 3 ]

# doc/funct.xml:203-219
# doc/funct.xml:202-218

gap> SavePcNormalizedUnitGroup( SmallGroup( 256, 56092 ) );
true
Expand Down

0 comments on commit 81a59df

Please sign in to comment.