Module: wine Branch: master Commit: 86400f7236843b1fa3853fa4e252db4d6ddbb014 URL: http://source.winehq.org/git/wine.git/?a=commit;h=86400f7236843b1fa3853fa4e2...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Fri Jun 23 11:16:37 2017 +0000
reg/tests: Add the final comma to the comma-placement test.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/reg/tests/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/reg/tests/reg.c b/programs/reg/tests/reg.c index c821bec..1556ad2 100644 --- a/programs/reg/tests/reg.c +++ b/programs/reg/tests/reg.c @@ -2741,7 +2741,7 @@ static void test_import(void)
test_import_wstr("\xef\xbb\xbfWindows Registry Editor Version 5.00\n\n" "[HKEY_CURRENT_USER\" KEY_BASE "]\n" - ""Wine49"=hex(2):25,00,50,00,41,00,54,00,48,00,25,00,00,00\n\n", &r); + ""Wine49"=hex(2):25,00,50,00,41,00,54,00,48,00,25,00,00,00,\n\n", &r); todo_wine ok(r == REG_EXIT_SUCCESS, "got exit code %d, expected 0\n", r); todo_wine verify_reg(hkey, "Wine49", REG_EXPAND_SZ, "%PATH%", 7, 0);