Ignore:
Timestamp:
30 May 2011, 07:17:03 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.txt

    r4985 r6244  
    323323    >>> print open(result[3]).read()
    324324    owner,name,taxpayer,dinoports,--ERRORS--
    325     Barney,Barneys Home,1,2,This object already exists. Skipping.
    326     Wilma,Wilmas Asylum,1,1,This object already exists. Skipping.
    327     Fred,Freds Dinoburgers,0,10,This object already exists. Skipping.
    328     Joey,Joeys Drive-in,0,110,This object already exists. Skipping.
     325    Barney,Barneys Home,1,2,This object already exists in the same container. Skipping.
     326    Wilma,Wilmas Asylum,1,1,This object already exists in the same container. Skipping.
     327    Fred,Freds Dinoburgers,0,10,This object already exists in the same container. Skipping.
     328    Joey,Joeys Drive-in,0,110,This object already exists in the same container. Skipping.
    329329
    330330This way we can correct the faulty entries and afterwards retry without
     
    364364    >>> print open(result[3], 'rb').read()
    365365    --IGNORE--,name,--IGNORE--,dinoports,--ERRORS--
    366     Barney,Barneys Home,1,2,This object already exists. Skipping.
    367     Wilma,Wilmas Asylum,1,1,This object already exists. Skipping.
    368     Fred,Freds Dinoburgers,0,10,This object already exists. Skipping.
    369     Joey,Joeys Drive-in,0,110,This object already exists. Skipping.
     366    Barney,Barneys Home,1,2,This object already exists in the same container. Skipping.
     367    Wilma,Wilmas Asylum,1,1,This object already exists in the same container. Skipping.
     368    Fred,Freds Dinoburgers,0,10,This object already exists in the same container. Skipping.
     369    Joey,Joeys Drive-in,0,110,This object already exists in the same container. Skipping.
    370370
    371371The first ignored column ('owner') provides different contents than
Note: See TracChangeset for help on using the changeset viewer.