Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
55d43d13
Commit
55d43d13
authored
Jun 30, 2017
by
Hugh McMaster
Committed by
Alexandre Julliard
Jul 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit/tests: Fix another incorrectly named registry key.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
499cce6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
regedit.c
programs/regedit/tests/regedit.c
+3
-3
No files found.
programs/regedit/tests/regedit.c
View file @
55d43d13
...
...
@@ -488,12 +488,12 @@ static void test_basic_import(void)
exec_import_str
(
"REGEDIT4
\n\n
"
"[HKEY_CURRENT_USER
\\
"
KEY_BASE
"]
\n
"
"
\"
Wine
62a
\"
=hex(7):4c,69,6e,65,20,
\\
"
);
lr
=
RegQueryValueExA
(
hkey
,
"Wine
62a
"
,
NULL
,
NULL
,
NULL
,
NULL
);
"
\"
Wine
17
\"
=hex(7):4c,69,6e,65,20,
\\
"
);
lr
=
RegQueryValueExA
(
hkey
,
"Wine
17
"
,
NULL
,
NULL
,
NULL
,
NULL
);
todo_wine
ok
(
lr
==
ERROR_SUCCESS
||
broken
(
lr
==
ERROR_FILE_NOT_FOUND
)
/* WinXP */
,
"got %u, expected 0
\n
"
,
lr
);
if
(
lr
==
ERROR_SUCCESS
)
todo_wine
verify_reg
(
hkey
,
"Wine
62a
"
,
REG_MULTI_SZ
,
"Line "
,
6
,
0
);
todo_wine
verify_reg
(
hkey
,
"Wine
17
"
,
REG_MULTI_SZ
,
"Line "
,
6
,
0
);
RegCloseKey
(
hkey
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment