Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
47c9bf15
Commit
47c9bf15
authored
May 31, 2014
by
Hugo Beauzée-Luyssen
Browse files
Old clang build fix, attempt
#2
parent
dea60559
Changes
1
Show whitespace changes
Inline
Side-by-side
test/VLCMetadataServices.cpp
View file @
47c9bf15
...
...
@@ -90,7 +90,7 @@ TEST_F( VLCMetadataServices, ParseAlbum )
{
std
::
unique_lock
<
std
::
mutex
>
lock
(
cb
->
mutex
);
auto
file
=
ml
->
addFile
(
"mr-zebra.mp3"
);
bool
res
=
cb
->
waitCond
.
wait_for
(
lock
,
std
::
chrono
::
nan
oseconds
(
2000000
000
),
bool
res
=
cb
->
waitCond
.
wait_for
(
lock
,
std
::
chrono
::
micr
oseconds
(
2000000
),
[
&
]{
return
file
->
albumTrack
()
!=
nullptr
;
}
);
ASSERT_TRUE
(
res
);
...
...
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