On Wed, Jun 24, 2015 at 04:11:54PM +0200, Peter Krempa wrote:
Reuse testDomObjFromDomain testDomObjFromDomain to retrieve domain
objects in the rest of the test driver instead of open-coding it in
every API.
Now that testDomObjFromDomain does not lock the driver it can be reused
also in places where the driver is already locked.
The commit message is confusing, please fix it.
Pavel
---
src/test/test_driver.c | 390 ++++++++++---------------------------------------
1 file changed, 77 insertions(+), 313 deletions(-)