diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 19:57:42 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 19:57:42 -0500 |
commit | 01f42b51ed910480ac6463ec9221718e848b82d6 (patch) | |
tree | 75febced80ecce4c3e592a5c3a226ce5c260dbfe /gnuradio-core/src/python | |
parent | 6e2f2e4716bedb1317b44d5b03bde4468b2502fd (diff) | |
parent | 8b1d8bd78d21949c1812389986009f4f68f53981 (diff) |
Merge branch 'master' of gnuradio.org:gnuradio
Diffstat (limited to 'gnuradio-core/src/python')
-rwxr-xr-x | gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py index 572d8b1861..c1110c10bd 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py @@ -46,7 +46,7 @@ class test_pdu(gr_unittest.TestCase): # Test that the right number of ports exist. pi = dbg.message_ports_in() po = dbg.message_ports_out() - self.assertEqual(pmt.pmt_length(pi), 2) + self.assertEqual(pmt.pmt_length(pi), 3) self.assertEqual(pmt.pmt_length(po), 0) pi = snk3.message_ports_in() |