Re: [libvirt] [PATCH 13/21] conf: test: store namespace href

2019-08-21 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:35 +0200, Ján Tomko wrote: > Unlike all the other occurrences, only store the actual URL > instead of the whole xmlns:='' header. > > The rest will be converted before this string is used. > > Signed-off-by: Ján Tomko > --- > src/test/test_driver.c | 7 +++ >

[libvirt] [PATCH 13/21] conf: test: store namespace href

2019-08-20 Thread Ján Tomko
Unlike all the other occurrences, only store the actual URL instead of the whole xmlns:='' header. The rest will be converted before this string is used. Signed-off-by: Ján Tomko --- src/test/test_driver.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/test/test_driver.c