From ff0e9c5d846890bce5ada7ada2d20aaa48847666 Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Thu, 22 Jun 2017 11:44:16 +0200 Subject: [PATCH] Fixed a unit test for Replay-Mobile DB --- bob/pad/face/test/test_databases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/pad/face/test/test_databases.py b/bob/pad/face/test/test_databases.py index 141f018b..68a61e4e 100644 --- a/bob/pad/face/test/test_databases.py +++ b/bob/pad/face/test/test_databases.py @@ -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) -@db_available('replay-mobile') +@db_available('replaymobile') def test_replaymobile(): replaymobile = bob.bio.base.load_resource('replay-mobile', 'database', preferred_package='bob.pad.face', package_prefix='bob.pad.') try: -- GitLab