[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/07: + Fixed Bug in qa_multiply_matrix_ff
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/07: + Fixed Bug in qa_multiply_matrix_ff test_005_t |
Date: |
Sun, 30 Aug 2015 21:20:01 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit ee332ff7e4554e6a635bea35b5e1284e698e202c
Author: spectrejan <address@hidden>
Date: Sun Aug 30 20:08:54 2015 +0200
+ Fixed Bug in qa_multiply_matrix_ff test_005_t
---
gr-blocks/python/blocks/qa_multiply_matrix_ff.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
b/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
index fdf0205..357120b 100755
--- a/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
+++ b/gr-blocks/python/blocks/qa_multiply_matrix_ff.py
@@ -144,9 +144,9 @@ class test_multiply_matrix_ff (gr_unittest.TestCase):
tag2.offset = 0
tag2.key = pmt.intern("in2")
tag2.value = pmt.PMT_T
- self.run_once(X_in, A, tpp=999, tags=(tag1, tag2))
- self.assertTrue(pmt.equal(tag1.key, self.the_tags[1][0].key))
- self.assertTrue(pmt.equal(tag2.key, self.the_tags[0][0].key))
+ self.run_once(X_in, A, tpp=gr.TPP_ONE_TO_ONE, tags=(tag1, tag2))
+ self.assertTrue(pmt.equal(tag1.key, self.the_tags[0][0].key))
+ self.assertTrue(pmt.equal(tag2.key, self.the_tags[1][0].key))
#def test_006_t (self):
#""" Message passing """
- [Commit-gnuradio] [gnuradio] branch maint updated (d063b05 -> 7be615c), git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 01/07: lms_dd_equalizer_cc.h: Fixing simple documentation typo., git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 05/07: Fixes Cov Defect 1043301: Unitialized Variable in Conditional, git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 04/07: Fixes Cov Defect 1046011: Resource Leak, git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'spectrejan/qa_multiply_matrix_ff' into maint, git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 06/07: + Fixed Bug in qa_multiply_matrix_ff test_005_t,
git <=
- [Commit-gnuradio] [gnuradio] 03/07: Addresses Defects 1046385 & 1046340: Buffer not NULL-terminated, git, 2015/08/30
- [Commit-gnuradio] [gnuradio] 02/07: Addresses Defects 1046385 & 1046340: Out-of-bounds access, git, 2015/08/30