diff options
author | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-09 16:49:17 +0200 |
---|---|---|
committer | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-09 16:49:17 +0200 |
commit | 9ee2cca0813bcbdd3537eba01f7b8e08b2007790 (patch) | |
tree | 86eab0c77ffd799676838326bdab2f57bcb416bd /gr-zeromq/python/zeromq/qa_zeromq_pushpull.py | |
parent | aef0f4f3d525da300fa8c5b10b81ff8eee953b93 (diff) |
zeromq: Change string of test name
Diffstat (limited to 'gr-zeromq/python/zeromq/qa_zeromq_pushpull.py')
-rwxr-xr-x | gr-zeromq/python/zeromq/qa_zeromq_pushpull.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py b/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py index 457c524771..1dfcab1b00 100755 --- a/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py +++ b/gr-zeromq/python/zeromq/qa_zeromq_pushpull.py @@ -30,8 +30,8 @@ class qa_zeromq_pushpull (gr_unittest.TestCase): def tearDown (self): self.tb = None - def test_001_t (self): - print "test_001_t" + def test_001 (self): + print "test_001" src_data = [1,2,3,4,5,6,7,8,9,0]*100 src = blocks.vector_source_c(src_data, False, 1) zeromq_push_sink = zeromq.push_sink(gr.sizeof_gr_complex, 10, "tcp://127.0.0.1:5555") |