[Erp5-report] r14352 - /erp5/trunk/products/ERP5/tests/testERP5HR.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 4 12:15:19 CEST 2007


Author: romain
Date: Fri May  4 12:15:19 2007
New Revision: 14352

URL: http://svn.erp5.org?rev=14352&view=rev
Log:
Script Career_shiftDefault was renamed

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

Modified: erp5/trunk/products/ERP5/tests/testERP5HR.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5HR.py?rev=14352&r1=14351&r2=14352&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5HR.py (original)
+++ erp5/trunk/products/ERP5/tests/testERP5HR.py Fri May  4 12:15:19 2007
@@ -646,13 +646,13 @@
                             title = 'Another Organistion')
     new_career_title = 'new career title'
     # Create a new career step.
-    person.Career_shiftDefault()
+    person.Person_shiftDefaultCareer()
     self.assertEquals( 2,
           len(person.contentValues(filter={'portal_type':'Career'})))
     person.setCareerSubordination(other_organisation.getRelativeUrl())
     person.setCareerTitle(new_career_title)
     
-    # Get the new and the old career, as Career_shiftDefault changes
+    # Get the new and the old career, as Person_shiftDefaultCareer changes
     # objects id, this may be the only safe way ...
     old_career_step = None
     new_career_step = None




More information about the Erp5-report mailing list