Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
78ada2e1
Commit
78ada2e1
authored
Jan 27, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Fix a couple of okChildPath()/okChildString() mixups.
Signed-off-by:
Francois Gouget
<
fgouget@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
30791797
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
shlexec.c
dlls/shell32/tests/shlexec.c
+2
-2
No files found.
dlls/shell32/tests/shlexec.c
View file @
78ada2e1
...
@@ -1568,7 +1568,7 @@ static void test_argify(void)
...
@@ -1568,7 +1568,7 @@ static void test_argify(void)
rc
=
shell_execute_ex
(
SEE_MASK_NOZONECHECKS
,
NULL
,
argv0
,
params
,
NULL
,
NULL
);
rc
=
shell_execute_ex
(
SEE_MASK_NOZONECHECKS
,
NULL
,
argv0
,
params
,
NULL
,
NULL
);
okShell
(
rc
>
32
,
"failed: rc=%lu
\n
"
,
rc
);
okShell
(
rc
>
32
,
"failed: rc=%lu
\n
"
,
rc
);
okChildInt
(
"argcA"
,
4
);
okChildInt
(
"argcA"
,
4
);
okChild
String
(
"argvA3"
,
fileA
);
okChild
Path
(
"argvA3"
,
fileA
);
}
}
static
void
test_filename
(
void
)
static
void
test_filename
(
void
)
...
@@ -2083,7 +2083,7 @@ static void test_lnks(void)
...
@@ -2083,7 +2083,7 @@ static void test_lnks(void)
okShell
(
rc
>
32
,
"failed: rc=%lu err=%u
\n
"
,
rc
,
GetLastError
());
okShell
(
rc
>
32
,
"failed: rc=%lu err=%u
\n
"
,
rc
,
GetLastError
());
okChildInt
(
"argcA"
,
5
);
okChildInt
(
"argcA"
,
5
);
okChildString
(
"argvA3"
,
"Open"
);
okChildString
(
"argvA3"
,
"Open"
);
okChild
String
(
"argvA4"
,
filename
);
okChild
Path
(
"argvA4"
,
filename
);
if
(
dllver
.
dwMajorVersion
>=
6
)
if
(
dllver
.
dwMajorVersion
>=
6
)
{
{
...
...
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