- Timestamp:
- 4 Dec 2011, 13:38:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_batching.py
r7265 r7266 212 212 def test_getEntry(self): 213 213 applicant = self.importer.getEntry( 214 215 214 dict(container_code='dp2011', 215 application_number=self.application_number), self.app) 216 216 self.assertEqual(applicant.applicant_id, self.applicant.applicant_id) 217 217 … … 255 255 self.assertEqual(num_warns,0) 256 256 shutil.rmtree(os.path.dirname(fin_file)) 257
Note: See TracChangeset for help on using the changeset viewer.