Ignore:
Timestamp:
29 Nov 2012, 18:46:54 (12 years ago)
Author:
Henrik Bettermann
Message:

Put all information into a single logfile line. Otherwise we can't find the information via the UI.

File:
1 edited

Legend:

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

    r9726 r9739  
    218218        """
    219219           >>> print log_contents
    220            --------------------
    221            Bob: Batch processing finished: OK
    222            Bob: Source: /.../newcomers.csv
    223            Bob: Mode: create
    224            Bob: User: Bob
    225            Bob: Processing time: ... s (... s/item)
    226            Bob: Processed: 4 lines (4 successful/ 0 failed)
    227            --------------------
     220           processed: /.../newcomers.csv, create mode, 4 lines (4 successful/ 0 failed), ... s (... s/item)
    228221
    229222        """
Note: See TracChangeset for help on using the changeset viewer.