Changeset 8228
- Timestamp:
- 20 Apr 2012, 06:05:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_batching.py
r8219 r8228 103 103 stoneville[row['name']] = obj 104 104 105 def updateEntry(self, obj, row, site):106 for key, value in row.items():107 if value is not None:108 setattr(obj, key, value)109 110 105 class BatchProcessorTests(FunctionalTestCase): 111 106
Note: See TracChangeset for help on using the changeset viewer.