Re: [libvirt] [PATCH] Register storage backends in test driver

2008-11-12 Thread Daniel P. Berrange
On Wed, Nov 12, 2008 at 04:36:42PM -0500, Cole Robinson wrote: > The refactored storage backend registering broke the test driver. The > attached patch makes everything work again by explicitly registering the > backends on driver startup. The test driver shouldn't be using any of these backends.

[libvirt] [PATCH] Register storage backends in test driver

2008-11-12 Thread Cole Robinson
The refactored storage backend registering broke the test driver. The attached patch makes everything work again by explicitly registering the backends on driver startup. Thanks, Cole diff --git a/src/test.c b/src/test.c index 30dc52a..a785f04 100644 --- a/src/test.c +++ b/src/test.c @@ -43,6 +43,