From a81ac5a7bc4e77cf8c8212002e98be79f82acebf Mon Sep 17 00:00:00 2001
From: jcorgan
Date: Tue, 27 Nov 2007 17:00:40 +0000
Subject: Added FIXME tags.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7038 221aa14e-8319-0410-a670-987f0aec2ac5
---
 gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py     | 2 +-
 gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py | 2 +-
 gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'gnuradio-core')

diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py b/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py
index f5b203a6c..29b9796cd 100755
--- a/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py
+++ b/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py
@@ -93,7 +93,7 @@ class parse_msg(object):
         assert(msg.length() == self.vlen * gr.sizeof_float)
         self.data = struct.unpack('%df' % (self.vlen,), msg.to_string())
 
-
+# FIXME: see ticket:199
 class xtest_bin_statistics(gr_unittest.TestCase):
 
     def setUp(self):
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py b/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
index 07d8236cb..f8bf4b121 100755
--- a/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
+++ b/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
@@ -293,6 +293,6 @@ class test_rational_resampler (gr_unittest.TestCase):
 
 if __name__ == '__main__':
     pass
-    # Disabled, see ticket:210
+    # FIXME: Disabled, see ticket:210
     # gr_unittest.main()
         
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py b/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py
index f5dbdadc9..a665e18ac 100755
--- a/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py
+++ b/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py
@@ -167,5 +167,5 @@ class test_head (gr_unittest.TestCase):
 if __name__ == '__main__':
     pass
     # Note: disabled until segfault issue is resolved    
-    # See ticket:211
+    # FIXME: See ticket:211
     # gr_unittest.main ()
-- 
cgit