Ignore:
Timestamp:
3 May 2012, 20:53:09 (13 years ago)
Author:
Henrik Bettermann
Message:

Move initial workflow transition to handle_applicant_added. This way we can avoid misleading duplicate log entries.

Roll back changes in workflow.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_batching.py

    r8334 r8335  
    307307            'date_of_birth=1990-01-04, email=xx@yy.zz' in
    308308            logcontent)
     309        # Logging message from handle_applicant_transition_event
     310        self.assertTrue(
     311            'dp2011_1234 - Application initialized' in
     312            logcontent)
    309313        shutil.rmtree(os.path.dirname(fin_file))
    310314
Note: See TracChangeset for help on using the changeset viewer.