Skip to content
Snippets Groups Projects
Commit ff0e9c5d authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Fixed a unit test for Replay-Mobile DB

parent f5d0d2f8
Branches
Tags
1 merge request!4High Level Database Interface (HLDI) for Replay-Mobile + doc + unit tests
Pipeline #
...@@ -24,7 +24,7 @@ def test_replay(): ...@@ -24,7 +24,7 @@ def test_replay():
"The database could not be queried; probably the db.sql3 file is missing. Here is the error: '%s'" % e) "The database could not be queried; probably the db.sql3 file is missing. Here is the error: '%s'" % e)
@db_available('replay-mobile') @db_available('replaymobile')
def test_replaymobile(): def test_replaymobile():
replaymobile = bob.bio.base.load_resource('replay-mobile', 'database', preferred_package='bob.pad.face', package_prefix='bob.pad.') replaymobile = bob.bio.base.load_resource('replay-mobile', 'database', preferred_package='bob.pad.face', package_prefix='bob.pad.')
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment