[pitivi] Remove dead code from tests.test_timelin



commit 8a59c4d6494fa657be978a5ae6633bff96ebe977
Author: Alessandro Decina <alessandro d gmail com>
Date:   Wed Sep 2 17:01:58 2009 +0200

    Remove dead code from tests.test_timelin

 tests/test_timeline.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/tests/test_timeline.py b/tests/test_timeline.py
index 45b52c1..795f8b5 100644
--- a/tests/test_timeline.py
+++ b/tests/test_timeline.py
@@ -31,13 +31,6 @@ from pitivi.utils import UNKNOWN_DURATION
 
 from common import SignalMonitor, TestCase, StubFactory
 
-def scrubTo(lower, upper, steps, final):
-    """Simulate the user scrubbing the cursor by generating a stream of random
-    integers, enter """
-    for i in xrange(0, steps):
-        yield random.randint(lower, upper)
-    yield final
-
 class TimelineSignalMonitor(SignalMonitor):
     def __init__(self, track_object):
         SignalMonitor.__init__(self, track_object, 'start-changed',



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