Commit 915ba75d authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75505a1c
......@@ -539,7 +539,7 @@ def runUnitTestList(test_list, verbosity=1, debug=0):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment