[Scipy-svn] r3733 - branches/testing_cleanup/scipy/sandbox/exmplpackage/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Dec 27 03:07:02 EST 2007


Author: fperez
Date: 2007-12-27 02:07:00 -0600 (Thu, 27 Dec 2007)
New Revision: 3733

Modified:
   branches/testing_cleanup/scipy/sandbox/exmplpackage/tests/ntest.py
Log:
Small fix

Modified: branches/testing_cleanup/scipy/sandbox/exmplpackage/tests/ntest.py
===================================================================
--- branches/testing_cleanup/scipy/sandbox/exmplpackage/tests/ntest.py	2007-12-27 08:06:01 UTC (rev 3732)
+++ branches/testing_cleanup/scipy/sandbox/exmplpackage/tests/ntest.py	2007-12-27 08:07:00 UTC (rev 3733)
@@ -14,7 +14,7 @@
     locs,globs = frame.f_locals,frame.f_globals
 
     code = compile(code_str,
-                   'Test name: %s ' % test_name,
+                   'Test name: %s ' % label,
                    'exec')
     i = 0
     elapsed = jiffies()




More information about the Scipy-svn mailing list