icatproject / icat.server

The ICAT server offering both SOAP and "RESTlike" interfaces to a metadata catalog.
Other
1 stars 5 forks source link

Remove authn.simple from run.properties #274

Closed kevinphippsstfc closed 2 years ago

kevinphippsstfc commented 2 years ago

Closes #272

RKrahl commented 2 years ago

It should be noted that the prepare_test.py script hard codes many things in the properties files that may or may not make sense depending on the test environment. At least in my environment, I need to manually edit the files in src/test/install after they have been created by the script anyway. So, there is still room for improvement in the way how we setup the tests. Nevertheless, the changes made in this PR are useful.