~jderose/dmedia/filestore-ui

« back to all changes in this revision

Viewing changes to dmedia/tests/test_extractor.py

  • Committer: Jason Gerard DeRose
  • Date: 2012-04-01 23:48:21 UTC
  • mto: (284.1.59 dmedia)
  • mto: This revision was merged to the branch mainline in revision 292.
  • Revision ID: jderose@novacut.com-20120401234821-b3fo3elpk8031745
Fixed dmedia-extract so it doesn't included gst params in content_type

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
        self.assertEqual(
406
406
            extractor.extract(self.thm),
407
407
            {
408
 
                'content_type': 'image/jpeg, width=(int)160, height=(int)120, sof-marker=(int)0',
 
408
                'content_type': 'image/jpeg',
409
409
                'media': 'image',
410
410
                'height': 120,
411
411
                'width': 160,