MantisBT: master 59f62a71

Author Committer Branch Timestamp Parent
dregad dregad master 2023-08-26 12:09 master 089a6c84
Affected Issues  0032858: Status codes returned by REST API delete operations are not consistent
Changeset

Adapt RestUserTests::testDeleteUserById()

Update the test case to prepare for change of returned status code to
404 when trying to delete a non-existing user.

Remove the assertion from RestBase::tearDown(), the check for a
successful deletion should be done in the actual test cases.

Issue 0032858

mod - tests/rest/RestBase.php Diff File
mod - tests/rest/RestUserTest.php Diff File