regedit/tests: Correct out of sequence test numbering.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2017-06-29 13:32:43 +00:00 committed by Alexandre Julliard
parent a905b4d6ba
commit 817cd2ac59
1 changed files with 2 additions and 2 deletions

View File

@ -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"