Skip to content

Commit

Permalink
Add test for inverse of iso of trivial groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Reinke committed Feb 2, 2017
1 parent 4d493ac commit 7d16e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tst/testinstall/triviso.tst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ gap> phi := IsomorphismPermGroup(G);
[ ] -> [ ]
gap> HasIsBijective(phi);
true
gap> inv := InverseGeneralMapping(phi);
[ ] -> [ ]
gap> HasIsMapping(inv);
true
gap> STOP_TEST( "triviso.tst", 10000);

0 comments on commit 7d16e9f

Please sign in to comment.