[py-svn] r38576 - py/trunk/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Mon Feb 12 16:30:32 CET 2007


Author: fijal
Date: Mon Feb 12 16:30:32 2007
New Revision: 38576

Modified:
   py/trunk/py/test/rsession/outcome.py
Log:
typo!


Modified: py/trunk/py/test/rsession/outcome.py
==============================================================================
--- py/trunk/py/test/rsession/outcome.py	(original)
+++ py/trunk/py/test/rsession/outcome.py	Mon Feb 12 16:30:32 2007
@@ -37,7 +37,7 @@
             etype = excinfo.typename
         val = getattr(excinfo, 'value', None)
         if not val:
-            val = exinfo.exconly()
+            val = excinfo.exconly()
         val = str(val)
         return (etype, val, (tb_info, rec_index))
     



More information about the pytest-commit mailing list