Add ComponentAccumulator.gatherProps test
Compare changes
@@ -115,7 +115,33 @@ class TestComponentAccumulator( unittest.TestCase ):
@@ -115,7 +115,33 @@ class TestComponentAccumulator( unittest.TestCase ):
self.assertEqual(self.acc.getEventAlgo("NestedAlgo1").OutputLevel, INFO, "wrong OutputLevel value for NestedAlgo1")
self.assertEqual(self.acc.getEventAlgo("NestedAlgo2").OutputLevel, INFO, "wrong OutputLevel value for NestedAlgo1")