Changeset 8057 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 6 Apr 2012, 21:56:22 (13 years ago)
- 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
-
Property
svn:keywords
set to
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_export.py
-
Property
svn:keywords
set to
Id
r8052 r8057 134 134 exporter.export([self.applicant], self.outfile) 135 135 result = open(self.outfile, 'rb').read() 136 # The exported records do contain real datesin their137 # history dict. Therefore we have tosplit the comparison136 # The exported records do contain a real date in their 137 # history dict. We skip the date and split the comparison 138 138 # into two parts. 139 139 self.assertTrue( … … 158 158 exporter.export([applicant], self.outfile) 159 159 result = open(self.outfile, 'rb').read() 160 # The exported records do contain real datesin their161 # history dict. Therefore we have tosplit the comparison160 # The exported records do contain a real date in their 161 # history dict. We skip the date and split the comparison 162 162 # into two parts. 163 163 self.assertTrue( -
Property
svn:keywords
set to
Note: See TracChangeset for help on using the changeset viewer.