Commit f2d64e0b authored by Nicolas Delaby's avatar Nicolas Delaby

Submit transition is done inside action.

Follow_up has been replaced by agent category


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef4fe7b2
......@@ -94,7 +94,7 @@ class TestDataProtection(ERP5TypeTestCase):
description='I think the description is compromised')
transaction.commit()
self.tic()
data_protection = document.getFollowUpRelatedValueList(
data_protection = document.getAgentRelatedValueList(
portal_type=portal_type)[0]
sequence.set('data_protection_request_relative_url',
data_protection.getRelativeUrl())
......@@ -177,8 +177,6 @@ class TestDataProtection(ERP5TypeTestCase):
Tic \
CreateDataProtectionRequest \
Tic \
SubmitDataProtectionRequest \
Tic \
EraseDocumentProperties \
Tic \
CheckErasedDataProperties \
......
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