Ignore:
Timestamp:
6 Apr 2012, 21:56:22 (13 years ago)
Author:
Henrik Bettermann
Message:

Adjust copyright header and propset svn:keywords.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/applicants
Files:
2 edited

Legend:

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

    • Property svn:keywords set to Id
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_export.py

    • Property svn:keywords set to Id
    r8052 r8057  
    134134        exporter.export([self.applicant], self.outfile)
    135135        result = open(self.outfile, 'rb').read()
    136         # The exported records do contain real dates in their
    137         # history dict. Therefore we have to split the comparison
     136        # The exported records do contain a real date in their
     137        # history dict. We skip the date and split the comparison
    138138        # into two parts.
    139139        self.assertTrue(
     
    158158        exporter.export([applicant], self.outfile)
    159159        result = open(self.outfile, 'rb').read()
    160         # The exported records do contain real dates in their
    161         # history dict. Therefore we have to split the comparison
     160        # The exported records do contain a real date in their
     161        # history dict. We skip the date and split the comparison
    162162        # into two parts.
    163163        self.assertTrue(
Note: See TracChangeset for help on using the changeset viewer.