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
8dee40e6
Commit
8dee40e6
authored
Apr 08, 2014
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
schedsvc/tests: Fix a couple of typos.
parent
2886471d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rpcapi.c
dlls/schedsvc/tests/rpcapi.c
+2
-2
No files found.
dlls/schedsvc/tests/rpcapi.c
View file @
8dee40e6
...
@@ -269,7 +269,7 @@ START_TEST(rpcapi)
...
@@ -269,7 +269,7 @@ START_TEST(rpcapi)
count
=
0xdeadbeef
;
count
=
0xdeadbeef
;
names
=
NULL
;
names
=
NULL
;
hr
=
SchRpcEnumFolders
(
Wine
,
0
,
&
start_index
,
0
,
&
count
,
&
names
);
hr
=
SchRpcEnumFolders
(
Wine
,
0
,
&
start_index
,
0
,
&
count
,
&
names
);
ok
(
hr
==
S_OK
,
"expected S_
FALSE
, got %#x
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"expected S_
OK
, got %#x
\n
"
,
hr
);
ok
(
count
==
2
,
"expected 2, got %u
\n
"
,
count
);
ok
(
count
==
2
,
"expected 2, got %u
\n
"
,
count
);
ok
(
start_index
==
2
,
"expected 2, got %u
\n
"
,
start_index
);
ok
(
start_index
==
2
,
"expected 2, got %u
\n
"
,
start_index
);
ok
(
names
!=
NULL
,
"names should not be NULL
\n
"
);
ok
(
names
!=
NULL
,
"names should not be NULL
\n
"
);
...
@@ -381,7 +381,7 @@ START_TEST(rpcapi)
...
@@ -381,7 +381,7 @@ START_TEST(rpcapi)
count
=
0xdeadbeef
;
count
=
0xdeadbeef
;
names
=
NULL
;
names
=
NULL
;
hr
=
SchRpcEnumTasks
(
Wine
,
0
,
&
start_index
,
0
,
&
count
,
&
names
);
hr
=
SchRpcEnumTasks
(
Wine
,
0
,
&
start_index
,
0
,
&
count
,
&
names
);
ok
(
hr
==
S_OK
,
"expected S_
FALSE
, got %#x
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"expected S_
OK
, got %#x
\n
"
,
hr
);
ok
(
count
==
2
,
"expected 2, got %u
\n
"
,
count
);
ok
(
count
==
2
,
"expected 2, got %u
\n
"
,
count
);
ok
(
start_index
==
2
,
"expected 2, got %u
\n
"
,
start_index
);
ok
(
start_index
==
2
,
"expected 2, got %u
\n
"
,
start_index
);
ok
(
names
!=
NULL
,
"names should not be NULL
\n
"
);
ok
(
names
!=
NULL
,
"names should not be NULL
\n
"
);
...
...
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