Skip to content

Commit

Permalink
Tweak tst/PackageManager.tst
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 31, 2023
1 parent 71ee2f7 commit 4d8e91f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tst/PackageManager.tst
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,15 @@ gap> if IsBound(GAPInfo.PackagesInfoInitialized) and
> GAPInfo.PackagesInfoInitialized := false;
> InitializePackagesInfoRecords();
> fi;
gap> PackageInfo("HomalgToCAS");
gap> PackageInfo("corelg");
[ ]
gap> PackageInfo("MatricesForHomalg");
gap> PackageInfo("sla");
[ ]
gap> InstallPackage("https://github.com/gap-packages/utils/releases/download/v0.59/utils-0.59.tar.gz"); # TEMP
true
gap> InstallPackage("HomalgToCAS");
gap> InstallPackage("corelg");
true
gap> ForAll(["HomalgToCAS", "MatricesForHomalg", "GAPDoc", "IO"],
gap> ForAll(["corelg", "sla", "quagroup"],
> name -> Length(PackageInfo(name)) = 1 or
> IsPackageLoaded(LowercaseString(name)));
true
Expand Down

0 comments on commit 4d8e91f

Please sign in to comment.