Fix TestSyncEngine::abortAfterFailedMkdir (again)
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 8 Feb 2017 16:31:13 +0000 (17:31 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Thu, 23 Feb 2017 16:54:33 +0000 (17:54 +0100)
commitddb6b3b2625f41e0271c82e2bf1adedbc462b0db
tree9b5fd93a8dee73f10f882c392b4ec73453d82045
parent7f2470f1f65adc0da18ea8d6a425ae5b0718a254
Fix TestSyncEngine::abortAfterFailedMkdir (again)

It could be possible that _firstJob is marked as finished if
aborted before its parent PropagateDirectory was marked as finished,
allowing a posted scheduleNextJob call to schedule the child job
in-between.
src/libsync/owncloudpropagator.h
test/testsyncengine.cpp