Skip to content
Commit a56557a9 authored by David Faure's avatar David Faure
Browse files

Streamline saving in the ChangeRecorder.

Before: ChangeRecorderTest::testChangeRecorder was saving 10 times
(0, 2, 2, 2, 1, 1, 0, 0, 0, 0)
After: ChangeRecorderTest::testChangeRecorder is saving 4 times, i.e.
only when something really changed in pendingNotifications:
(0, 2, 1, 0)
parent 75128a3e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment