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/browser/batchprocessing.txt

    r9589 r9739  
    153153    >>> browser.getControl(name='query').value = "zope.mgr"
    154154    >>> browser.getControl('Search').click()
    155     >>> 'zope.mgr: Batch processing finished: OK' in browser.contents
     155    >>> 'zope.mgr - processed' in browser.contents
    156156    True
    157     >>> 'Mode: create' in browser.contents
    158     True
    159 
    160     >>> browser.getControl(name='query').value = "finished"
    161     >>> browser.getControl('Search').click()
    162     >>> 'zope.mgr: Batch processing finished: OK' in browser.contents
    163     True
    164     >>> 'Mode: create' in browser.contents
    165     False
    166157
    167158
Note: See TracChangeset for help on using the changeset viewer.