Skip to content

Commit 214e4a5

Browse files
elmarcoMarkus Armbruster
authored andcommitted
tests: change /0.15/* tests to /qmp/*
Presumably 0.15 was the version it was first introduced, but qmp keeps evolving. There is no point in having that version as test prefix, 'qmp' makes more sense here. Signed-off-by: Marc-André Lureau <[email protected]> Reviewed-by: Eric Blake <[email protected]> Message-Id: <[email protected]> Reviewed-by: Markus Armbruster <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Markus Armbruster <[email protected]>
1 parent fcfab75 commit 214e4a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test-qmp-cmds.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ int main(int argc, char **argv)
286286
{
287287
g_test_init(&argc, &argv, NULL);
288288

289-
g_test_add_func("/0.15/dispatch_cmd", test_dispatch_cmd);
290-
g_test_add_func("/0.15/dispatch_cmd_failure", test_dispatch_cmd_failure);
291-
g_test_add_func("/0.15/dispatch_cmd_io", test_dispatch_cmd_io);
292-
g_test_add_func("/0.15/dealloc_types", test_dealloc_types);
293-
g_test_add_func("/0.15/dealloc_partial", test_dealloc_partial);
289+
g_test_add_func("/qmp/dispatch_cmd", test_dispatch_cmd);
290+
g_test_add_func("/qmp/dispatch_cmd_failure", test_dispatch_cmd_failure);
291+
g_test_add_func("/qmp/dispatch_cmd_io", test_dispatch_cmd_io);
292+
g_test_add_func("/qmp/dealloc_types", test_dealloc_types);
293+
g_test_add_func("/qmp/dealloc_partial", test_dealloc_partial);
294294

295295
test_qmp_init_marshal(&qmp_commands);
296296
g_test_run();

0 commit comments

Comments
 (0)