gap-packages/PackageManager

suggestion to change a test

Closed this issue · 1 comments

One of the tests in tst/PackageManager.tst involves a check whether GAPDoc in version ">= 999.0" can be installed/loaded, and it is expected that such a version is not available.
However, if one has the develop version of GAPDoc installed then the version test replies that version ">= 999.0" is available.
Perhaps the test should check for version "= 999.0", this is most likely not available.

Well spotted! I think I've resolved this now in 31245e0 and b8b1900. Perhaps we should close this after the tests pass.