Hugh McMaster : regedit/tests: Correct out of sequence test numbering.
Module: wine Branch: master Commit: 817cd2ac593a8d9c2ce65bf8a4c59e2159421d3d URL: http://source.winehq.org/git/wine.git/?a=commit;h=817cd2ac593a8d9c2ce65bf8a4... Author: Hugh McMaster <hugh.mcmaster(a)outlook.com> Date: Thu Jun 29 13:32:43 2017 +0000 regedit/tests: Correct out of sequence test numbering. Signed-off-by: Hugh McMaster <hugh.mcmaster(a)outlook.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/regedit/tests/regedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/regedit/tests/regedit.c b/programs/regedit/tests/regedit.c index 968b09b..4eaaeb3 100644 --- a/programs/regedit/tests/regedit.c +++ b/programs/regedit/tests/regedit.c @@ -1032,8 +1032,8 @@ static void test_invalid_import(void) exec_import_str("REGEDIT4\n\n" "[HKEY_CURRENT_USER\\" KEY_BASE "]\n" - "\"Wine62b\"=hex(7):4c,69,6e,65,20\\"); - verify_reg_nonexist(hkey, "Wine62b"); + "\"Wine31\"=hex(7):4c,69,6e,65,20\\"); + verify_reg_nonexist(hkey, "Wine31"); exec_import_str("REGEDIT4\n\n" "[HKEY_CURRENT_USER\\" KEY_BASE "]\n"
participants (1)
-
Alexandre Julliard