~jan.greis/maus/1811

« back to all changes in this revision

Viewing changes to src/map/MapCppGlobalPID/test_MapCppGlobalPID.py

  • Committer: Adam Dobbs
  • Date: 2016-01-13 11:31:12 UTC
  • mfrom: (659.2.18 release-candidate)
  • Revision ID: phuccj@gmail.com-20160113113112-bhbguupn50eyvd0z
Tags: MAUS-v1.4, MAUS-v1.4.0
MAUS-v1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
        for line in fin:
211
211
            result = self.mapper.process(line)
212
212
            spill_out = maus_cpp.converter.json_repr(result)
213
 
            print spill_out
214
213
            self.assertTrue('recon_events' in spill_out)
215
214
            revtarray = spill_out['recon_events']
216
215
            self.assertEqual(1, len(revtarray))