[pitivi] Make the time of FakeEffectFactory egal to StubFactory



commit 172e105f8893fd46d406544eb6c14b55d3273541
Author: Thibault Saunier <tsaunier gnome org>
Date:   Fri Jul 16 13:36:44 2010 -0400

    Make the time of FakeEffectFactory egal to StubFactory

 tests/common.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/common.py b/tests/common.py
index b311725..1d68ce1 100644
--- a/tests/common.py
+++ b/tests/common.py
@@ -166,4 +166,4 @@ class StubFactory(SourceFactory):
 class FakeEffectFactory(EffectFactory):
     def __init__(self):
         EffectFactory.__init__(self, 'identity', "identity")
-
+        self.duration = 42 * gst.SECOND



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]