~ubuntu-branches/ubuntu/utopic/mutagen/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/test_optimfrog.py

  • Committer: Package Import Robot
  • Author(s): Daniel T Chen
  • Date: 2013-11-27 22:10:48 UTC
  • mfrom: (8.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20131127221048-ae2f5j42ak2ox3kw
Tags: 1.22-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control: Drop faad and oggz-tools build dependencies (in
    universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import os
2
2
 
3
3
from mutagen.optimfrog import OptimFROG, OptimFROGHeaderError
4
 
from cStringIO import StringIO
5
4
from tests import TestCase, add
6
5
 
7
6
class TOptimFROG(TestCase):
8
 
    uses_mmap = False
9
7
 
10
8
    def setUp(self):
11
9
        self.ofr = OptimFROG(os.path.join("tests", "data", "empty.ofr"))