From 9b64a264530c0f0e6d8d144c9a5fd2b19e0287a2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 31 Jul 2026 04:20:08 +0200 Subject: [PATCH] Load SmallGrp explicitly in tst/offline.tst The test installs IdGroup and SmallGroup as SCSCP procedures and then replays an OpenMath file which invokes them, so it needs the SmallGrp package; without it the test failed with Error, the Small Groups identification is required but not installed Load it explicitly, as tst/testall.g already does. See https://github.com/gap-system/gap/issues/2434 Co-Authored-By: Claude Opus 5 --- tst/offline.tst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tst/offline.tst b/tst/offline.tst index c37bbdb..e45fe41 100644 --- a/tst/offline.tst +++ b/tst/offline.tst @@ -1,6 +1,8 @@ gap> START_TEST( "offline.tst" ); gap> LoadPackage("scscp"); true +gap> LoadPackage("smallgrp", false); # for the IdGroup/SmallGroup services below +true gap> SetInfoLevel( InfoSCSCP, 0 ); gap> t:="";; stream:=OutputTextString(t,true);; gap> OMPutProcedureCall( stream, "WS_Factorial", rec( object:= [ 5 ],