Comparer: fix bug when find element with showing condition. 91/305391/2
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 1 Feb 2024 05:35:38 +0000 (14:35 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Tue, 6 Feb 2024 04:51:55 +0000 (04:51 +0000)
commit42f6afa8f7feef78c3b1409103f79d2766a56ef7
treed848b5f5298d178f8d57e10412968d6616856a0c
parentdcf0a02b87b9159f1ca40bf28dda4c0eea440edc
Comparer: fix bug when find element with showing condition.

Comparer checks only matchshowing, so it can't find hidden element.
Add checks isshowing also.

Change-Id: I82f491f91ab95e78f99356feace5d6fa405c63cb
libaurum/src/Comparer.cc