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
5792307c
Commit
5792307c
authored
Jul 26, 2023
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windows.media.speech/tests: Fix the spelling of some speech ok() messages.
parent
541695ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
speech.c
dlls/windows.media.speech/tests/speech.c
+3
-3
No files found.
dlls/windows.media.speech/tests/speech.c
View file @
5792307c
...
@@ -1213,7 +1213,7 @@ static void test_SpeechRecognizer(void)
...
@@ -1213,7 +1213,7 @@ static void test_SpeechRecognizer(void)
completed_event_handler_create_static
(
&
completed_handler
);
completed_event_handler_create_static
(
&
completed_handler
);
hr
=
ISpeechContinuousRecognitionSession_add_Completed
(
session
,
&
completed_handler
.
IHandler_RecognitionCompleted_iface
,
&
token
);
hr
=
ISpeechContinuousRecognitionSession_add_Completed
(
session
,
&
completed_handler
.
IHandler_RecognitionCompleted_iface
,
&
token
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
x
ted token: %#I64x.
\n
"
,
token
.
value
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
c
ted token: %#I64x.
\n
"
,
token
.
value
);
hr
=
ISpeechContinuousRecognitionSession_remove_Completed
(
session
,
token
);
hr
=
ISpeechContinuousRecognitionSession_remove_Completed
(
session
,
token
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_remove_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_remove_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
...
@@ -1225,7 +1225,7 @@ static void test_SpeechRecognizer(void)
...
@@ -1225,7 +1225,7 @@ static void test_SpeechRecognizer(void)
recognition_result_handler_create_static
(
&
result_handler
);
recognition_result_handler_create_static
(
&
result_handler
);
hr
=
ISpeechContinuousRecognitionSession_add_ResultGenerated
(
session
,
&
result_handler
.
IHandler_RecognitionResult_iface
,
&
token
);
hr
=
ISpeechContinuousRecognitionSession_add_ResultGenerated
(
session
,
&
result_handler
.
IHandler_RecognitionResult_iface
,
&
token
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
x
ted token: %#I64x.
\n
"
,
token
.
value
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
c
ted token: %#I64x.
\n
"
,
token
.
value
);
hr
=
ISpeechContinuousRecognitionSession_remove_ResultGenerated
(
session
,
token
);
hr
=
ISpeechContinuousRecognitionSession_remove_ResultGenerated
(
session
,
token
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_remove_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_remove_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
...
@@ -1708,7 +1708,7 @@ static void test_Recognition(void)
...
@@ -1708,7 +1708,7 @@ static void test_Recognition(void)
recognition_result_handler_create_static
(
&
result_handler
);
recognition_result_handler_create_static
(
&
result_handler
);
hr
=
ISpeechContinuousRecognitionSession_add_ResultGenerated
(
session
,
&
result_handler
.
IHandler_RecognitionResult_iface
,
&
token
);
hr
=
ISpeechContinuousRecognitionSession_add_ResultGenerated
(
session
,
&
result_handler
.
IHandler_RecognitionResult_iface
,
&
token
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"ISpeechContinuousRecognitionSession_add_ResultGenerated failed, hr %#lx.
\n
"
,
hr
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
x
ted token: %#I64x.
\n
"
,
token
.
value
);
ok
(
token
.
value
!=
0xdeadbeef
,
"Got unexpe
c
ted token: %#I64x.
\n
"
,
token
.
value
);
recog_state
=
0xdeadbeef
;
recog_state
=
0xdeadbeef
;
hr
=
ISpeechRecognizer2_get_State
(
recognizer2
,
&
recog_state
);
hr
=
ISpeechRecognizer2_get_State
(
recognizer2
,
&
recog_state
);
...
...
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