Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
99feffb1
Commit
99feffb1
authored
May 04, 2016
by
Manuel Günther
Browse files
used correct database in display annotation test
parent
cd741af8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/test/test_scripts.py
View file @
99feffb1
...
...
@@ -28,5 +28,5 @@ def test_display_annotations():
from
bob.bio.face.script.display_face_annotations
import
main
with
bob
.
bio
.
base
.
test
.
utils
.
Quiet
():
parameters
=
[
'-d'
,
'
atnt
'
,
'-a'
,
'/very/unlikely/directory'
,
'--self-test'
]
parameters
=
[
'-d'
,
'
dummy
'
,
'-a'
,
'/very/unlikely/directory'
,
'--self-test'
]
main
(
parameters
)
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