[PATCH 1/2] reg/tests: Remove un-needed tab characters from some keys in the key deletion tests

Hugh McMaster hugh.mcmaster at outlook.com
Thu Jun 8 19:37:56 CDT 2017


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/reg/tests/reg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/reg/tests/reg.c b/programs/reg/tests/reg.c
index 58e003a..cc8dc10 100644
--- a/programs/reg/tests/reg.c
+++ b/programs/reg/tests/reg.c
@@ -1676,7 +1676,7 @@ static void test_import(void)
     todo_wine verify_key_exist(hkey, "Subkey2a");
 
     test_import_str("REGEDIT4\n\n"
-                    "[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b\t]\n", &r);
+                    "[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b]\n", &r);
     todo_wine ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
     todo_wine verify_key_exist(hkey, "Subkey2b");
 
@@ -2564,7 +2564,7 @@ static void test_import(void)
     todo_wine verify_key_exist(hkey, "Subkey2a");
 
     test_import_wstr("\xef\xbb\xbfWindows Registry Editor Version 5.00\n\n"
-                     "[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b\t]\n", &r);
+                     "[-\tHKEY_CURRENT_USER\\" KEY_BASE "\\Subkey2b]\n", &r);
     todo_wine ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r);
     todo_wine verify_key_exist(hkey, "Subkey2b");
 
-- 
2.7.4




More information about the wine-patches mailing list