Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
17fd6667
Commit
17fd6667
authored
Jan 12, 2017
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent crash in Windows 10 tester for tests with the "Skip" tag.
parent
7793ff2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
liblinphone_tester_windows.cpp
tester/liblinphone_tester_windows.cpp
+1
-0
No files found.
tester/liblinphone_tester_windows.cpp
View file @
17fd6667
...
...
@@ -147,6 +147,7 @@ Platform::String^ NativeTester::testName(Platform::String^ suiteName, int testIn
char
csuitename
[
MAX_SUITE_NAME_SIZE
]
=
{
0
};
wcstombs
(
csuitename
,
suitename
.
c_str
(),
sizeof
(
csuitename
));
const
char
*
cname
=
bc_tester_test_name
(
csuitename
,
testIndex
);
if
(
cname
==
NULL
)
return
ref
new
String
();
wchar_t
wcname
[
MAX_SUITE_NAME_SIZE
];
mbstowcs
(
wcname
,
cname
,
sizeof
(
wcname
));
return
ref
new
String
(
wcname
);
...
...
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