On Sat, Feb 20, 2016 at 8:35 AM, Liran Schour wrote:
> In case of delete only: !initial,!insert,!modify. We can not be sure that
> we
> will see X if we have: insert X, delete X.
> In case of modify only: !initial,!insert,!delete. We can not be sure that
> we
> will see X modified if we have: ins
In case of delete only: !initial,!insert,!modify. We can not be sure that we
will see X if we have: insert X, delete X.
In case of modify only: !initial,!insert,!delete. We can not be sure that we
will see X modified if we have: insert X, modify X, delete X.
Signed-off-by: Liran Schour
---
tests