[Neo-report] r1791 gregory - /trunk/neo/tests/testProtocol.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 09:45:25 CET 2010


Author: gregory
Date: Fri Feb 19 09:45:24 2010
New Revision: 1791

Log:
Don't shadow test definition.

Modified:
    trunk/neo/tests/testProtocol.py

Modified: trunk/neo/tests/testProtocol.py
==============================================================================
--- trunk/neo/tests/testProtocol.py [iso-8859-1] (original)
+++ trunk/neo/tests/testProtocol.py [iso-8859-1] Fri Feb 19 09:45:24 2010
@@ -56,7 +56,7 @@
         error_code, error_msg = p.decode()
         self.assertEqual(error_msg, "no oid")
 
-    def test_08_oidNotFound(self):
+    def test_08_tidNotFound(self):
         p = Errors.TidNotFound("no tid")
         error_code, error_msg = p.decode()
         self.assertEqual(error_code, ErrorCodes.TID_NOT_FOUND)





More information about the Neo-report mailing list