From ffe489bfdcc34d4d8e5078fbb7bf1b68a37dac16 Mon Sep 17 00:00:00 2001 From: jamesb Date: Sat, 27 Mar 2010 01:06:41 +0000 Subject: [PATCH] Remove image view git-svn-id: https://code.ros.org/svn/opencv/trunk@2934 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- opencv/tests/python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv/tests/python/test.py b/opencv/tests/python/test.py index b86598d2..1e3c2d50 100644 --- a/opencv/tests/python/test.py +++ b/opencv/tests/python/test.py @@ -1929,7 +1929,7 @@ class DocumentFragmentTests(OpenCVTests): disparity_left_visual = cv.CreateMat(l.rows, l.cols, cv.CV_8U) cv.ConvertScale(disparity_left, disparity_left_visual, -16) - self.snap(disparity_left_visual) + # self.snap(disparity_left_visual) class NewTests(OpenCVTests): -- 2.39.2