From 807fd553fa6fa4a20c3edd95a8788678c7d57874 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Fri, 15 Sep 2017 19:04:11 +0200 Subject: [PATCH] test for baseless rings --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 70998a0..c1c218d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -16,6 +16,8 @@ using Nemo @test isdefined(RG, :basis_dict) == true @test isdefined(RG, :pm) == false + @test isa(GroupRing(PermutationGroup(6), rand(1:6, 6,6)), GroupRing) + RG = GroupRing(G, fastm=true) @test isdefined(RG, :pm) == true @test RG.pm == zeros(Int, (6,6))