diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-06-22 16:39:47 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-06-22 16:39:47 -0700 |
commit | 297a5974d2625351cf9b1c2f804e5568482704b9 (patch) | |
tree | 5852545cf4a556a92d60671c593ccb6f4e001b29 /gr-blocks/python | |
parent | 1f089213b56c2e428081fbe95d46946f9b942d30 (diff) | |
parent | 1c7115bdcc56b2114b1f3469e84445d7a6b4e081 (diff) |
Merge remote-tracking branch 'github/pr/1334' into maint
Diffstat (limited to 'gr-blocks/python')
-rw-r--r-- | gr-blocks/python/blocks/qa_file_metadata.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/qa_file_metadata.py b/gr-blocks/python/blocks/qa_file_metadata.py index 0d7628bbdc..886207f108 100644 --- a/gr-blocks/python/blocks/qa_file_metadata.py +++ b/gr-blocks/python/blocks/qa_file_metadata.py @@ -106,6 +106,7 @@ class test_file_metadata(gr_unittest.TestCase): self.tb.connect(src, ssnk) self.tb.run() + fsrc.close() # Test to make sure tags with 'samp_rate' and 'rx_rate' keys # were generated and received correctly. tags = tsnk.current_tags() @@ -187,6 +188,7 @@ class test_file_metadata(gr_unittest.TestCase): self.tb.connect(src, ssnk) self.tb.run() + fsrc.close() # Test to make sure tags with 'samp_rate' and 'rx_rate' keys # were generated and received correctly. tags = tsnk.current_tags() |