Fix DOMQueryPredicate comparable matches 36/94736/3
authorPeter Suna <peter.suna@pantheon.tech>
Fri, 22 Jan 2021 15:12:05 +0000 (16:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Jan 2021 08:12:00 +0000 (09:12 +0100)
Boundary condition checking is wrong here due negation brainfart:
gte/gt and lte/lt should include/exclude 0, not the other way around.

JIRA: MDSAL-653
Change-Id: Ieaaf5b4fe0367d9e59cd03a2c177898d909e6ce8
Signed-off-by: Peter Suna <peter.suna@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found