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
f11bda07
Commit
f11bda07
authored
May 11, 2014
by
Hugo Beauzée-Luyssen
Browse files
Add initialization unit test
parent
6589ff3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Tests.cpp
View file @
f11bda07
#include
"gtest/gtest.h"
#include
"IMediaLibrary.h"
TEST
(
MediaLibary
,
In
sertFile
)
TEST
(
MediaLibary
,
In
it
)
{
IMediaLibrary
*
ml
=
MediaLibraryFactory
::
create
();
ASSERT_TRUE
(
ml
->
initialize
(
"test.db"
)
);
}
Write
Preview
Supports
Markdown
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