Move MyMoneySchedule writing to XML storage
ClosedPublic

Authored by wojnilowicz on Jul 21 2018, 5:11 AM.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wojnilowicz requested review of this revision.Jul 21 2018, 5:11 AM
wojnilowicz created this revision.

I am missing the removal of the old version in MyMoneySchedule::writeXML().

I am missing the removal of the old version in MyMoneySchedule::writeXML().

Yes, it will be removed with all the redundant (unused) code. I think it would just obfuscate the significant part of this patch.

tbaumgart accepted this revision.Jul 21 2018, 8:17 AM

Tested with my real file which contains 66 schedules. Produces the exact same output as master.

This revision is now accepted and ready to land.Jul 21 2018, 8:17 AM
This revision was automatically updated to reflect the committed changes.

Tested with my real file which contains 66 schedules. Produces the exact same output as master.

Thank you for your throughout testing.