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:
parent
a905b4d6ba
commit
817cd2ac59
|
@ -1032,8 +1032,8 @@ static void test_invalid_import(void)
|
||||||
|
|
||||||
exec_import_str("REGEDIT4\n\n"
|
exec_import_str("REGEDIT4\n\n"
|
||||||
"[HKEY_CURRENT_USER\\" KEY_BASE "]\n"
|
"[HKEY_CURRENT_USER\\" KEY_BASE "]\n"
|
||||||
"\"Wine62b\"=hex(7):4c,69,6e,65,20\\");
|
"\"Wine31\"=hex(7):4c,69,6e,65,20\\");
|
||||||
verify_reg_nonexist(hkey, "Wine62b");
|
verify_reg_nonexist(hkey, "Wine31");
|
||||||
|
|
||||||
exec_import_str("REGEDIT4\n\n"
|
exec_import_str("REGEDIT4\n\n"
|
||||||
"[HKEY_CURRENT_USER\\" KEY_BASE "]\n"
|
"[HKEY_CURRENT_USER\\" KEY_BASE "]\n"
|
||||||
|
|
Loading…
Reference in New Issue