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
1bdd219b
Commit
1bdd219b
authored
Sep 27, 2016
by
Hugo Beauzée-Luyssen
Browse files
mocks: FileSystem: Don't return an error when reloading devices
We actually have a mock device available
parent
a4561957
Changes
1
Show whitespace changes
Inline
Side-by-side
test/mocks/FileSystem.h
View file @
1bdd219b
...
...
@@ -179,7 +179,7 @@ struct FileSystemFactory : public factory::IFileSystem
virtual
bool
refreshDevices
()
override
{
return
fals
e
;
return
tru
e
;
}
std
::
shared_ptr
<
Device
>
device
(
const
std
::
string
&
path
)
...
...
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