Changeset 8228 for main


Ignore:
Timestamp:
20 Apr 2012, 06:05:56 (12 years ago)
Author:
Henrik Bettermann
Message:

I think it's better use the original updateEntry method even if it makes no difference here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_batching.py

    r8219 r8228  
    103103        stoneville[row['name']] = obj
    104104
    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 
    110105class BatchProcessorTests(FunctionalTestCase):
    111106
Note: See TracChangeset for help on using the changeset viewer.