Enable RU tests#9576
Conversation
| @@ -0,0 +1,24 @@ | |||
| codeunit 147210 "RU Report Download Handler" | |||
There was a problem hiding this comment.
RU Report Download Handler is a static event-subscriber codeunit, so it intercepts every File Management.OnBeforeDownloadHandler call in the session.
Because this copy-to-target workaround is needed only for specific RU report-test flows, leaving it always bound can suppress unrelated downloads and change other tests with no way to turn the behavior off. Make the subscriber manual or gate it behind explicit activation for the tests that need it.
Knowledge:
👍 useful · ❤️ especially valuable · 👎 wrong - reply with why
Copilot PR ReviewIteration 1 · Outcome: completed Knowledge source: https://github.com/microsoft/BCQuality@186d8a131465475c79244d994acb872cd5c0d4bf Findings by domainFindings split into Knowledge-backed (cite a BCQuality article) and Agent (the agent's own judgement, no matching BCQuality rule).
Totals: 1 knowledge-backed · 1 agent findings. Orchestrator pre-filter (2 file(s) excluded)
Findings produced by the AL review agent v1.7.3. Reply 👎 on any inline comment to flag false positives. |
Enables RU tests.
AB#642528
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
Risk & compatibility