Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.5, 3.1.1, 3.2
-
Component/s: Logging, Unit tests
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
Fixed Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
We had a nasty case of tool_log_manager_testcase::test_get_log_manager failing, due to a completely unrelated tests in an OU plugin that was testing that certain things were logged properly in one of its unit tests.
The fix is simple, and I present it here for integration.