]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/check-qdict.c
migration: use migration_is_active to represent active state
[mirror_qemu.git] / tests / check-qdict.c
index 86e9fe7dc488ade189a4131ccd1e484ae25bcafc..b5efa859b0b11b3f9e6ede532ae32804e3245a1b 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "qemu/osdep.h"
 #include "qapi/qmp/qdict.h"
+#include "qapi/qmp/qnum.h"
+#include "qapi/qmp/qstring.h"
 
 /*
  * Public Interface test-cases
@@ -289,7 +291,7 @@ static void qdict_stress_test(void)
     FILE *test_file;
     QDict *qdict;
     QString *value;
-    const char *test_file_path = "qdict-test-data.txt";
+    const char *test_file_path = "tests/data/qobject/qdict.txt";
 
     test_file = fopen(test_file_path, "r");
     g_assert(test_file != NULL);