summaryrefslogtreecommitdiff
path: root/tests/test_logic.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11Implement on-demand style about server-sideref/for/tizensangwan.kwon1-4/+1
[AS-IS] * cert-checker was daemon. [TO-BE] * Change to on-demand style. * cert-svc call cert-checker. * Add common library. Change-Id: Idab160e6103cf62299b97a5485a767de9831d614 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2015-09-08Fixed synchronisation issuesKrzysztof Jackiewicz1-0/+452
[Problem] Production code mixed with test code. Poor readability. Synchronisation issues. [Solution] Synchronisation reimplemented. Test code separated from production code. [Verification] Run all test Change-Id: Iea5ed2ce9f10a4cdac8994acf91809cd12050d69