we dont use test() -> remove it
[debian/gnuradio] / grc / base / Block.py
index a9dae660a33a44ba9a8ca87b0a0405b89ff33103..fc501205fdb10091fd1fe5d420029daa81470f2c 100644 (file)
@@ -116,14 +116,6 @@ class Block(Element):
                        except AssertionError: raise Exception, 'Key "%s" already exists in sinks'%key
                        #store the port
                        self.get_sinks().append(sink)
-               #begin the testing
-               self.test()
-
-       def test(self):
-               """
-               Call test on all children.
-               """
-               map(lambda c: c.test(), self.get_params() + self.get_sinks() + self.get_sources())
 
        def get_enabled(self):
                """