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
a648b87b
Commit
a648b87b
authored
Apr 13, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32/tests: Fix spelling of a test function name.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7e74c1d2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clipboard.c
dlls/ole32/tests/clipboard.c
+2
-2
No files found.
dlls/ole32/tests/clipboard.c
View file @
a648b87b
...
@@ -455,7 +455,7 @@ static HRESULT DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj)
...
@@ -455,7 +455,7 @@ static HRESULT DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj)
return
S_OK
;
return
S_OK
;
}
}
static
void
test_get_clipboard_unitialized
(
void
)
static
void
test_get_clipboard_uni
ni
tialized
(
void
)
{
{
HRESULT
hr
;
HRESULT
hr
;
IDataObject
*
pDObj
;
IDataObject
*
pDObj
;
...
@@ -1603,7 +1603,7 @@ static void test_get_clipboard_locked(void)
...
@@ -1603,7 +1603,7 @@ static void test_get_clipboard_locked(void)
START_TEST
(
clipboard
)
START_TEST
(
clipboard
)
{
{
test_get_clipboard_unitialized
();
test_get_clipboard_uni
ni
tialized
();
test_set_clipboard
();
test_set_clipboard
();
test_consumer_refs
();
test_consumer_refs
();
test_flushed_getdata
();
test_flushed_getdata
();
...
...
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