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
6f89d1b1
Commit
6f89d1b1
authored
Oct 29, 2015
by
Hugo Beauzée-Luyssen
Browse files
tests: artist: Fix GetAll test
parent
e9e0ba9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/ArtistTests.cpp
View file @
6f89d1b1
...
...
@@ -128,6 +128,7 @@ TEST_F( Artists, GetAll )
for
(
int
i
=
0
;
i
<
5
;
i
++
)
{
auto
a
=
ml
->
createArtist
(
std
::
to_string
(
i
)
);
a
->
markAsAlbumArtist
();
ASSERT_NE
(
a
,
nullptr
);
}
auto
artists
=
ml
->
artists
();
...
...
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