Commit 0c62d145 authored by Yusei Tahara's avatar Yusei Tahara

Rename test_102. The name said the test was checking SQLQueue feature, but the...

Rename test_102. The name said the test was checking SQLQueue feature, but the content was obviously checking SQLDict feature.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28738 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a2ec6d29
......@@ -2646,10 +2646,10 @@ class TestCMFActivity(ERP5TypeTestCase):
LOG('Testing... ',0,message)
self.TryChangeSkinInActivity('SQLQueue')
def test_102_CheckSQLQueueDoesNotDeleteDuplicatesBeforeExecution(self, quiet=0, run=run_all_test):
def test_102_CheckSQLDictDoesNotDeleteDuplicatesBeforeExecution(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
message = '\nCheck duplicates are not deleted before execution of original message (SQLQueue)'
message = '\nCheck duplicates are not deleted before execution of original message (SQLDict)'
ZopeTestCase._print(message)
LOG('Testing... ',0,message)
organisation = self.getPortal().organisation_module.newContent(portal_type='Organisation')
......
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