
20 Mar
2015
20 Mar
'15
9:01 p.m.
On 03/16/2015 12:41 PM, Michal Privoznik wrote:
Lets not give a bad example and check for return values of virNetwork* APIs called within the test. Even though it's unlikely that any API will fail, it can happen. We're connected to the test driver after all, and our API sequence is correct. So test driver should fail only in case of bug or OOM.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tests/objecteventtest.c | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-)
ACK John