Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.96 KB | None | 0 0
  1. diff --git a/flumotion/test/test_component_httpstreamer.py b/flumotion/test/test
  2. diff --git a/flumotion/test/test_component_httpstreamer.py b/flumotion/test/test
  3. index 0c730b1..bf7787a 100644
  4. --- a/flumotion/test/test_component_httpstreamer.py
  5. +++ b/flumotion/test/test_component_httpstreamer.py
  6. @@ -60,6 +60,9 @@ class StreamerTestCase(testsuite.TestCase):
  7.  
  8.  class TestStreamDataNoPlug(StreamerTestCase):
  9.  
  10. +    def __init__(self, banana):
  11. +        super(StreamerTestCase, self).__init__()
  12. +
  13.      def testGetStreamData(self):
  14.          streamData = self.component.getStreamData()
  15.          # there's no plug, so we get defaults
  16. @@ -70,6 +73,9 @@ class TestStreamDataNoPlug(StreamerTestCase):
  17.  
  18.  class TestStreamDataPlug(StreamerTestCase):
  19.  
  20. +    def __init__(self, banana):
  21. +        super(StreamerTestCase, self).__init__()
  22. +
  23.      def getConfig(self):
  24.          config = CONFIG.copy()
  25.          sType = 'flumotion.component.plugs.streamdata.StreamDataProviderPlug'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement