~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to tests/test_factories_base.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-26 15:29:58 UTC
  • mfrom: (3.1.20 experimental)
  • Revision ID: james.westby@ubuntu.com-20110526152958-90je1myzzjly26vw
Tags: 0.13.9.90-1ubuntu1
* Resynchronize on Debian
* debian/control:
  - Depend on python-launchpad-integration
  - Drop hal from Recommends to Suggests. This version has the patch applied
    to not crash without hal.
* debian/patches/01_lpi.patch:
  - launchpad integration  
* debian/rules:
  - Use gnome.mk so a translation template is built

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        # pass an explicit default_duration
128
128
        factory = LiveSourceFactory('live://', 'name', 10 * gst.SECOND)
129
129
        self.failUnlessEqual(factory.default_duration, 10 * gst.SECOND)
130
 
        
 
130
 
131
131
        # check that if a LiveSourceFactory derived class doesn't pass a
132
132
        # default_duration it's still set to 5 seconds
133
133
        factory = LiveSourceFactory('name')