Skip to content

Fixes ISSUE-45429: Improve unbalanced adminMode warnings in OBBaseTest.

Asier Lostalé requested to merge alo-issues/openbravo:fr/45429 into master

Creating this MR from https://gitlab.com/huehner/openbravo/-/merge_requests/1

OBBaseTest did already check if a test-case left adminMode enabled instead of handling it properly. However that detection was not integration with the existing OBContext code for doing the same logic at the end of an http-request.

Reuse that existing code allows to reuse the debugging ADMIN_TRACE_SIZE logic from OBContext also to debug Junit test issues.

Merge request reports

Loading