Signed-off-by: Dylan Baker <[email protected]>
---
 framework/tests/backends_tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/tests/backends_tests.py 
b/framework/tests/backends_tests.py
index 921c60e..482cd6d 100644
--- a/framework/tests/backends_tests.py
+++ b/framework/tests/backends_tests.py
@@ -60,6 +60,7 @@ def test_get_backend():
     # expect
     backends_ = {
         'json': backends.JSONBackend,
+        'junit': backends.JUnitBackend,
     }
 
     check = lambda n, i: nt.assert_is(backends.get_backend(n), i)
-- 
2.1.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to