Changeset 6510 for main


Ignore:
Timestamp:
5 Jul 2011, 16:56:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/batchprocessing.txt

    r6402 r6510  
    6161    ... FAC1,static,Faculty 1,faculty
    6262    ... FAC2,static,Faculty 2,institute
    63     ... FAC3,static,Faculty 3,school_of
     63    ... FAC3,static,Faculty 3,school
    6464    ... """)
    6565
     
    426426    ... """code,review_state,title,title_prefix
    427427    ... FAC1,static,Faculty 1,faculty
    428     ... FAC4,static,Faculty 4,school_of
     428    ... FAC4,static,Faculty 4,school
    429429    ... """)
    430430
     
    481481    >>> print open(finished_file).read()
    482482    title_prefix,--IGNORE--,code,title
    483     school_of,static,FAC4,Faculty 4
     483    school,static,FAC4,Faculty 4
    484484
    485485The finished-file contains the dataset we could import, while the
Note: See TracChangeset for help on using the changeset viewer.