Module: wine Branch: master Commit: 8834968d02f9b7c30264623dc4835f17fe934315 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8834968d02f9b7c30264623dc4...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Fri Jun 9 00:37:56 2017 +0000
reg/tests: Remove un-needed tab characters from some keys in the key deletion tests.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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");