A Standalone testing suite that exercises the requirements in the Fedora API Specification indicating the degree of a server’s compliance with the specification.
Apache License 2.0
3
stars
11
forks
source link
Addresses regression detailed in https://github.com/fcrepo/Fedora-API-Test-Suite/issues/319 #320
Essentially, all this does is change the == to >= in the 6.1 tests, to ensure that the minimum number of events were received when a POST/PUT/DELETE/etc were done.
Essentially, all this does is change the
==
to>=
in the 6.1 tests, to ensure that the minimum number of events were received when a POST/PUT/DELETE/etc were done.