Ignore:
Timestamp:
28 Aug 2012, 14:02:25 (12 years ago)
Author:
Henrik Bettermann
Message:

Append hash '#' to phone numbers to circumvent unwanted excel automatic

File:
1 edited

Legend:

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

    r9048 r9117  
    174174            'Application initialized by system\'],'
    175175            'Tester,0,M.,"Some notice\nin lines.",any password,'
    176             '+234-123-12345,123456,f,initialized,,0,dp2011\r\n'
     176            '+234-123-12345#,123456,f,initialized,,0,dp2011\r\n'
    177177            in result)
    178178
     
    198198            'Application initialized by system\'],'
    199199            'Tester,0,M.,"Some notice\nin lines.",any password,'
    200             '+234-123-12345,123456,f,initialized,,0,dp2011\r\n'
    201             in result)
    202         return
     200            '+234-123-12345#,123456,f,initialized,,0,dp2011\r\n'
     201            in result)
     202        return
Note: See TracChangeset for help on using the changeset viewer.