commit | d903e1db532018bbed51977c2bfdd689d7582906 | [log] [tgz] |
---|---|---|
author | Federico Ressi <fressi@redhat.com> | Wed Mar 28 10:51:15 2018 +0200 |
committer | Federico Ressi <fressi@redhat.com> | Wed Jun 06 14:38:18 2018 +0000 |
tree | 53b1d6aab09e43695d89d85cc0ec554169c68261 | |
parent | 171c0de61f1b758da75291f82a91821da1d1e757 [diff] |
Fix tests for call_until_true function. Unit tests for call_until_true function has to check if passed function is actually called expected number of times under two main cases: - when given func returns true before timeout - when given func never returs true before timeout It has to be tested also that given paramterers are passed when calling given function. Change-Id: I43009e18987c73be2412db10dc605e4fc6661d97