summaryrefslogtreecommitdiff
path: root/maximus/python/test/test_simu.py
diff options
context:
space:
mode:
authorburet2007-12-14 16:53:53 +0000
committerburet2007-12-14 16:53:53 +0000
commitbad0aa732b5e7b04decae6c7f25769f209b136b5 (patch)
tree85339c0aeaf594a6a8b0f68bb61bc3979f4beec1 /maximus/python/test/test_simu.py
parentb5c90e360f34b7fcfde5481ee340bd14a0f7f557 (diff)
Maximus V2: Development of the IPMBOX and associated tests.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1149 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus/python/test/test_simu.py')
-rw-r--r--maximus/python/test/test_simu.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/maximus/python/test/test_simu.py b/maximus/python/test/test_simu.py
index 1114e6af0e..0f01bb3e80 100644
--- a/maximus/python/test/test_simu.py
+++ b/maximus/python/test/test_simu.py
@@ -57,13 +57,6 @@ class TestRxFunctions(unittest.TestCase):
def test_init(self):
rx = receive.Rx(maximus=m, filter_fc=my_filter)
- def test_cb(self):
- rx = receive.Rx(maximus=m, filter_fc=my_filter, counter=1)
- class MACFrame:
- pass
- macframe = MACFrame()
- rx.cb(macframe)
-
def test_recv(self):
rx = receive.Rx(maximus=m, filter_fc=my_filter, counter=2)
class MACFrame: