[Erp5-report] r35421 jm - /erp5/trunk/products/ERP5Type/tests/runUnitTest.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue May 18 11:38:47 CEST 2010
Author: jm
Date: Tue May 18 11:38:44 2010
New Revision: 35421
URL: http://svn.erp5.org?rev=35421&view=rev
Log:
typo
Modified:
erp5/trunk/products/ERP5Type/tests/runUnitTest.py
Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=35421&r1=35420&r2=35421&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Tue May 18 11:38:44 2010
@@ -539,7 +539,7 @@
os.chdir(instance_home)
if save_mysql:
save_mysql(verbosity)
- if suite not in (ProcessingNodeTestCase, ZEOServerTestCase):
+ if suite.__class__ not in (ProcessingNodeTestCase, ZEOServerTestCase):
# Static files are modified by the node installing business templates,
# i.e. by the node running the unit test. There is no point saving them
# on a ZEO server, or on nodes that only process activities: this has to
More information about the Erp5-report
mailing list