Community
Participate
Working Groups
Created attachment 165802 [details] patch 1 Trivial patch attached. The issue is that if the test is expecting a delta, and there isn't one, the verifier is incorrectly reset (i.e. it's no longer expecting changes and is clean/correct). The result is a subsequent call to DeltaVerifierBuilder#isDeltaValid() incorrectly reports the delta as correct.
Applying this patch doesn't seem to introduce any new test failures, so I assume this wasn't masking a bug in the core.resources implementation?
Patch applied in HEAD.
(In reply to comment #1) > Applying this patch doesn't seem to introduce any new test failures, so I > assume this wasn't masking a bug in the core.resources implementation? Yes, that's right. I discovered this when writing another test which was incorrectly passing with no delta.