From b3f75d9980655a3c75a434a2a614b732b93314cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Wed, 9 May 2018 16:42:43 +0200 Subject: [PATCH] tests: replace references to yajl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use "libvirt not compiled with JSON support" instead of mentioning yajl specifically. Signed-off-by: Ján Tomko --- tests/qemuagenttest.c | 2 +- tests/qemucapabilitiestest.c | 2 +- tests/qemucaps2xmltest.c | 2 +- tests/qemucommandutiltest.c | 2 +- tests/qemuhotplugtest.c | 2 +- tests/qemumigparamstest.c | 2 +- tests/qemumonitorjsontest.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/qemuagenttest.c b/tests/qemuagenttest.c index f214eb461f..2f79986207 100644 --- a/tests/qemuagenttest.c +++ b/tests/qemuagenttest.c @@ -908,7 +908,7 @@ mymain(void) int ret = 0; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index 1b5970a4c5..5a42a35c11 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -140,7 +140,7 @@ mymain(void) testQemuData data; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemucaps2xmltest.c b/tests/qemucaps2xmltest.c index f4838f7980..5b9152b04d 100644 --- a/tests/qemucaps2xmltest.c +++ b/tests/qemucaps2xmltest.c @@ -166,7 +166,7 @@ mymain(void) testQemuData data; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemucommandutiltest.c b/tests/qemucommandutiltest.c index eb155e7e16..f0921e3b93 100644 --- a/tests/qemucommandutiltest.c +++ b/tests/qemucommandutiltest.c @@ -77,7 +77,7 @@ mymain(void) testQemuCommandBuildObjectFromJSONData data1; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemuhotplugtest.c b/tests/qemuhotplugtest.c index 85e53653e1..dc0d2cf284 100644 --- a/tests/qemuhotplugtest.c +++ b/tests/qemuhotplugtest.c @@ -589,7 +589,7 @@ mymain(void) struct testQemuHotplugCpuParams cpudata; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemumigparamstest.c b/tests/qemumigparamstest.c index ba62aacc54..0532053722 100644 --- a/tests/qemumigparamstest.c +++ b/tests/qemumigparamstest.c @@ -204,7 +204,7 @@ mymain(void) int ret = 0; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c index 9a83c9a608..edd57067bd 100644 --- a/tests/qemumonitorjsontest.c +++ b/tests/qemumonitorjsontest.c @@ -2865,7 +2865,7 @@ mymain(void) char *metaschema = NULL; #if !WITH_YAJL - fputs("libvirt not compiled with yajl, skipping this test\n", stderr); + fputs("libvirt not compiled with JSON support, skipping this test\n", stderr); return EXIT_AM_SKIP; #endif -- 2.39.5