[PATCH 2/2] regedit/tests: Correct out of sequence test numbering

Hugh McMaster hugh.mcmaster at outlook.com
Thu Jun 29 08:32:43 CDT 2017


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 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 968b09b31f..4eaaeb3220 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"
-- 
2.11.0




More information about the wine-patches mailing list