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

« back to all changes in this revision

Viewing changes to tests/test_wavpack.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:
4
4
from tests import TestCase, add
5
5
 
6
6
class TWavPack(TestCase):
7
 
    uses_mmap = False
8
7
 
9
8
    def setUp(self):
10
9
        self.audio = WavPack(os.path.join("tests", "data", "silence-44-s.wv"))