]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: virjson: Remove spaces from 'very-hard' parsing example
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Jul 2017 13:16:02 +0000 (15:16 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 19 Jul 2017 13:24:10 +0000 (15:24 +0200)
The example is rather long and upcomming patch will check whether the
string can be formatted back. As the formatted string lacks spaces and
adding the 'expect' string with spaces would be rather long, just drop
spaces from this test case.

There are other test cases which do contain spaces.

tests/virjsontest.c

index a5ffc47074992d197ff40ef52feb0912a1d32395..029a580f462d058d98e4096a173777130a77b615 100644 (file)
@@ -386,30 +386,30 @@ mymain(void)
                   "\"label\": \"charmonitor\"}, {\"filename\": \"pty:/dev/pts/158\","
                   "\"label\": \"charserial0\"}], \"id\": \"libvirt-3\"}");
 
-    DO_TEST_PARSE("VeryHard", "{\"return\": [{\"name\": \"quit\"}, {\"name\":"
-                  "\"eject\"}, {\"name\": \"change\"}, {\"name\": \"screendump\"},"
-                  "{\"name\": \"stop\"}, {\"name\": \"cont\"}, {\"name\": "
-                  "\"system_reset\"}, {\"name\": \"system_powerdown\"}, "
-                  "{\"name\": \"device_add\"}, {\"name\": \"device_del\"}, "
-                  "{\"name\": \"cpu\"}, {\"name\": \"memsave\"}, {\"name\": "
-                  "\"pmemsave\"}, {\"name\": \"migrate\"}, {\"name\": "
-                  "\"migrate_cancel\"}, {\"name\": \"migrate_set_speed\"},"
-                  "{\"name\": \"client_migrate_info\"}, {\"name\": "
-                  "\"migrate_set_downtime\"}, {\"name\": \"netdev_add\"}, "
-                  "{\"name\": \"netdev_del\"}, {\"name\": \"block_resize\"},"
-                  "{\"name\": \"balloon\"}, {\"name\": \"set_link\"}, {\"name\":"
-                  "\"getfd\"}, {\"name\": \"closefd\"}, {\"name\": \"block_passwd\"},"
-                  "{\"name\": \"set_password\"}, {\"name\": \"expire_password\"},"
-                  "{\"name\": \"qmp_capabilities\"}, {\"name\": "
-                  "\"human-monitor-command\"}, {\"name\": \"query-version\"},"
-                  "{\"name\": \"query-commands\"}, {\"name\": \"query-chardev\"},"
-                  "{\"name\": \"query-block\"}, {\"name\": \"query-blockstats\"}, "
-                  "{\"name\": \"query-cpus\"}, {\"name\": \"query-pci\"}, {\"name\":"
-                  "\"query-kvm\"}, {\"name\": \"query-status\"}, {\"name\": "
-                  "\"query-mice\"}, {\"name\": \"query-vnc\"}, {\"name\": "
-                  "\"query-spice\"}, {\"name\": \"query-name\"}, {\"name\": "
-                  "\"query-uuid\"}, {\"name\": \"query-migrate\"}, {\"name\": "
-                  "\"query-balloon\"}], \"id\": \"libvirt-2\"}");
+    DO_TEST_PARSE("VeryHard", "{\"return\":[{\"name\":\"quit\"},{\"name\":"
+                  "\"eject\"},{\"name\":\"change\"},{\"name\":\"screendump\"},"
+                  "{\"name\":\"stop\"},{\"name\":\"cont\"},{\"name\":"
+                  "\"system_reset\"},{\"name\":\"system_powerdown\"},"
+                  "{\"name\":\"device_add\"},{\"name\":\"device_del\"},"
+                  "{\"name\":\"cpu\"},{\"name\":\"memsave\"},{\"name\":"
+                  "\"pmemsave\"},{\"name\":\"migrate\"},{\"name\":"
+                  "\"migrate_cancel\"},{\"name\":\"migrate_set_speed\"},"
+                  "{\"name\":\"client_migrate_info\"},{\"name\":"
+                  "\"migrate_set_downtime\"},{\"name\":\"netdev_add\"},"
+                  "{\"name\":\"netdev_del\"},{\"name\":\"block_resize\"},"
+                  "{\"name\":\"balloon\"},{\"name\":\"set_link\"},{\"name\":"
+                  "\"getfd\"},{\"name\":\"closefd\"},{\"name\":\"block_passwd\"},"
+                  "{\"name\":\"set_password\"},{\"name\":\"expire_password\"},"
+                  "{\"name\":\"qmp_capabilities\"},{\"name\":"
+                  "\"human-monitor-command\"},{\"name\":\"query-version\"},"
+                  "{\"name\":\"query-commands\"},{\"name\":\"query-chardev\"},"
+                  "{\"name\":\"query-block\"},{\"name\":\"query-blockstats\"},"
+                  "{\"name\":\"query-cpus\"},{\"name\":\"query-pci\"},{\"name\":"
+                  "\"query-kvm\"},{\"name\":\"query-status\"},{\"name\":"
+                  "\"query-mice\"},{\"name\":\"query-vnc\"},{\"name\":"
+                  "\"query-spice\"},{\"name\":\"query-name\"},{\"name\":"
+                  "\"query-uuid\"},{\"name\":\"query-migrate\"},{\"name\":"
+                  "\"query-balloon\"}],\"id\":\"libvirt-2\"}");
 
     DO_TEST_FULL("add and remove", AddRemove,
                  "{\"name\": \"sample\", \"value\": true}",