Fix test checking the wrong thing
Compare changes
Files
2@@ -21,12 +21,12 @@ from Configurables import WriteHandleAlg, ReadHandleAlg
@@ -35,7 +35,7 @@ fsr.Output = dst.Output
@@ -45,10 +45,10 @@ RootCnvSvc(OutputLevel=INFO)
A test implemented as a gaudi_add_test(... FRAMEWORK)
meant to check an error condition, was happily passing because of a typo in the options.
In !986 (merged) it was converted to QMT, but turned off waiting to be analyzed.
I fixed the typos and enabled the test.