[Piglit] [PATCH 16/42] opencv_tests.py: fix test name

Dylan Baker baker.dylan.c at gmail.com
Wed Apr 22 15:10:05 PDT 2015


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/tests/opencv_tests.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/framework/tests/opencv_tests.py b/framework/tests/opencv_tests.py
index 82e0ac5..6e106e3 100644
--- a/framework/tests/opencv_tests.py
+++ b/framework/tests/opencv_tests.py
@@ -22,10 +22,11 @@
 
 from __future__ import print_function, absolute_import
 
+from framework.tests import utils
 from framework.test import OpenCVTest
 
 
+ at utils.no_error
 def test_initialize_opencvtest():
-    """ Test that opencvtest initializes correctly """
-    test = OpenCVTest('test_prog', 'testname')
-    assert test
+    """test.opencv.OpenCVTest: Class initializes"""
+    OpenCVTest('test_prog', 'testname')
-- 
2.3.5



More information about the Piglit mailing list