Re: [libvirt] [PATCH 05/19] test: Add testStorageVolDefFindByName for storage volume tests

2017-07-11 Thread Pavel Hrdina
On Tue, May 09, 2017 at 11:30:12AM -0400, John Ferlan wrote: > Remove repetitive code, replace with common function. > > Signed-off-by: John Ferlan > --- > src/test/test_driver.c | 56 > +++--- > 1 file changed, 21 insertions(+), 35 deletions(-) Revi

[libvirt] [PATCH 05/19] test: Add testStorageVolDefFindByName for storage volume tests

2017-05-09 Thread John Ferlan
Remove repetitive code, replace with common function. Signed-off-by: John Ferlan --- src/test/test_driver.c | 56 +++--- 1 file changed, 21 insertions(+), 35 deletions(-) diff --git a/src/test/test_driver.c b/src/test/test_driver.c index 9918df6..460a