[Erp5-report] r15323 - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 26 14:12:49 CEST 2007


Author: jerome
Date: Thu Jul 26 14:12:49 2007
New Revision: 15323

URL: http://svn.erp5.org?rev=15323&view=rev
Log:
fix variable naming consistency

Modified:
    erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py?rev=15323&r1=15322&r2=15323&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py Thu Jul 26 14:12:49 2007
@@ -29,7 +29,7 @@
 port = 8080
 portal_name = 'erp5_portal'
 send_mail = 1
-mail_to_address = 'erp5-report at erp5.org'
+email_to_address = 'erp5-report at erp5.org'
 
 tests_framework_home = os.path.dirname(os.path.abspath(__file__))
 # handle 'system global' instance
@@ -56,7 +56,7 @@
 
 def parseArgs():
   global send_mail
-  global mail_to_address
+  global email_to_address
   try:
     opts, args = getopt.getopt(sys.argv[1:],
           "hs", ["help", "stdout",




More information about the Erp5-report mailing list