Skip to content

TagInfoMgr ATH output

Marcin Nowak requested to merge mnowak/athena:TagInfoMgr.output into master

My copy of !26786 (closed) to try and fix test problems.

Problems fixed:

  • mistake with if/else brackets changed the flow of the program and also output messages
  • changing the base class added extra debug message that I filtered out in the post test scripts
  • a missing terminator in an error printout in the original code suppressed an error message, but it started to show up after migration to ATH macros. Changed the level to warning (because it is not always an error)
Edited by Marcin Nowak

Merge request reports