commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] gnuradio-core/src/python/gnuradio/gr qa_feval.py


From: Johnathan Corgan
Subject: [Commit-gnuradio] gnuradio-core/src/python/gnuradio/gr qa_feval.py
Date: Mon, 03 Jul 2006 18:05:58 +0000

CVSROOT:        /sources/gnuradio
Module name:    gnuradio-core
Changes by:     Johnathan Corgan <jcorgan>      06/07/03 18:05:58

Modified files:
        src/python/gnuradio/gr: qa_feval.py 

Log message:
        Fixed typo in test class name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnuradio-core/src/python/gnuradio/gr/qa_feval.py?cvsroot=gnuradio&r1=1.2&r2=1.3

Patches:
Index: qa_feval.py
===================================================================
RCS file: /sources/gnuradio/gnuradio-core/src/python/gnuradio/gr/qa_feval.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- qa_feval.py 8 Jun 2006 22:21:18 -0000       1.2
+++ qa_feval.py 3 Jul 2006 18:05:58 -0000       1.3
@@ -35,7 +35,7 @@
         return x + (2 - 2j)
 
 
-class test_single_pole_iir(gr_unittest.TestCase):
+class test_feval(gr_unittest.TestCase):
 
     def test_dd_1(self):
         f = my_add2_dd()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]