From a4816531cb5d180005aff1f5d18b67b3529d8329 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Mon, 27 Aug 2018 15:39:48 +0200
Subject: [PATCH] Fix the tests after legend loc option change in
 bob.measure!89

---
 bob/bio/base/test/test_commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/test/test_commands.py b/bob/bio/base/test/test_commands.py
index 1ff1fd6d..8a92e486 100644
--- a/bob/bio/base/test/test_commands.py
+++ b/bob/bio/base/test/test_commands.py
@@ -106,7 +106,7 @@ def test_roc():
                                             'data/test-5col.txt')
     with runner.isolated_filesystem():
         result = runner.invoke(commands.roc, ['--split', '--output',
-                                              'test.pdf', '-S', '-lc',
+                                              'test.pdf', '-S', '-ll',
                                               'lower-left', '-e',
                                               dev1, test1, dev2, test2])
         if result.output:
-- 
GitLab