[Erp5-report] r33729 nicolas - /erp5/trunk/products/ERP5/tests/testDataProtection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 15 14:44:56 CET 2010


Author: nicolas
Date: Mon Mar 15 14:44:51 2010
New Revision: 33729

URL: http://svn.erp5.org?rev=33729&view=rev
Log:
Submit transition is done inside action.
Follow_up has been replaced by agent category

Modified:
    erp5/trunk/products/ERP5/tests/testDataProtection.py

Modified: erp5/trunk/products/ERP5/tests/testDataProtection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testDataProtection.py?rev=33729&r1=33728&r2=33729&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testDataProtection.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testDataProtection.py [utf8] Mon Mar 15 14:44:51 2010
@@ -94,7 +94,7 @@
                           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 @@
     Tic \
     CreateDataProtectionRequest \
     Tic \
-    SubmitDataProtectionRequest \
-    Tic \
     EraseDocumentProperties \
     Tic \
     CheckErasedDataProperties \




More information about the Erp5-report mailing list