From 7ea089234348c7b7746b009b82daf3591bf4927b Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Fri, 19 May 2017 13:19:17 +0000 Subject: [PATCH] regedit/tests: Re-order the REG_NONE import tests and fix some copy/paste errors. Signed-off-by: Hugh McMaster Signed-off-by: Alexandre Julliard --- programs/regedit/tests/regedit.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/programs/regedit/tests/regedit.c b/programs/regedit/tests/regedit.c index d5c652425fe..0bb10b79632 100644 --- a/programs/regedit/tests/regedit.c +++ b/programs/regedit/tests/regedit.c @@ -325,20 +325,20 @@ static void test_basic_import(void) "\"Wine10a\"=hex(0):56,00,61,00,6c,00,75,00,65,00,00,00\n" "\"Wine10b\"=hex(0):56,00,61,00,6c,00,\\\n" " 75,00,65,00,00,00\n" - "\"Wine10h\"=hex(0):56,00,61,00,\\;comment\n" + "\"Wine10c\"=hex(0):56,00,61,00,\\;comment\n" " 6c,00,75,00,\\\n" " 65,00,00,00\n" - "\"Wine10i\"=hex(0):56,00,61,00,\\;comment\n" + "\"Wine10d\"=hex(0):56,00,61,00,\\;comment\n" " 6c,00,75,00,\n" " 65,00,00,00\n" - "\"Wine10j\"=hex(0):56,00,61,00,\\;comment\n" + "\"Wine10e\"=hex(0):56,00,61,00,\\;comment\n" " 6c,00,75,00,;comment\n" " 65,00,00,00\n"); verify_reg(hkey, "Wine10a", REG_NONE, "V\0a\0l\0u\0e\0\0", 12, 0); verify_reg(hkey, "Wine10b", REG_NONE, "V\0a\0l\0u\0e\0\0", 12, 0); - todo_wine verify_reg(hkey, "Wine10h", REG_NONE, "V\0a\0l\0u\0e\0\0", 12, 0); - todo_wine verify_reg(hkey, "Wine10i", REG_NONE, "V\0a\0l\0u\0e\0\0", 8, 0); - todo_wine verify_reg(hkey, "Wine10j", REG_NONE, "V\0a\0l\0u\0e\0\0", 8, 0); + todo_wine verify_reg(hkey, "Wine10c", REG_NONE, "V\0a\0l\0u\0e\0\0", 12, 0); + todo_wine verify_reg(hkey, "Wine10d", REG_NONE, "V\0a\0l\0u", 8, 0); + todo_wine verify_reg(hkey, "Wine10e", REG_NONE, "V\0a\0l\0u", 8, 0); exec_import_str("REGEDIT4\n\n" "[HKEY_CURRENT_USER\\" KEY_BASE "]\n"