]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: replace references to yajl
authorJán Tomko <jtomko@redhat.com>
Wed, 9 May 2018 14:42:43 +0000 (16:42 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 11 May 2018 11:28:35 +0000 (13:28 +0200)
Use "libvirt not compiled with JSON support" instead of mentioning
yajl specifically.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuagenttest.c
tests/qemucapabilitiestest.c
tests/qemucaps2xmltest.c
tests/qemucommandutiltest.c
tests/qemuhotplugtest.c
tests/qemumigparamstest.c
tests/qemumonitorjsontest.c

index f214eb461fd61dc5c043edc5cd28723a03f21799..2f79986207d2351f657deb4746a9067e0e5af265 100644 (file)
@@ -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
 
index 1b5970a4c5898322e05411d4cc9990dd6f3255e7..5a42a35c11db493c717755d4776a6bf12966a0fc 100644 (file)
@@ -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
 
index f4838f7980f691158f1666cbe3c6002f8690f5a5..5b9152b04d636cff5ac9d86d10599e4b33533bc3 100644 (file)
@@ -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
 
index eb155e7e165871c442cf2574649b2e38aca08ac7..f0921e3b935425fa42c09e393d3b2bcc07f4053b 100644 (file)
@@ -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
 
index 85e53653e1bdbb83d417168581f23119abc35f03..dc0d2cf2840c5293b823ba33c32c670598536811 100644 (file)
@@ -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
 
index ba62aacc5457dacb119ab831e5c64221aa437a73..053205372214182d5e8b3ba5b228ac890ea1241b 100644 (file)
@@ -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
 
index 9a83c9a6080697afb663be17d012a0734c35a5fc..edd57067bd553a30ad5f819e1c9d80b261b12f03 100644 (file)
@@ -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