1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

modified some tests

This commit is contained in:
ser1zw 2010-12-31 17:32:28 +09:00
parent cec9674316
commit 07c03d3290
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ require File.expand_path(File.dirname(__FILE__)) + '/test_opencv'
include OpenCV
# Tests for specific OpenCV functions
# Tests for OpenCV::CvMat
class TestCvMat < TestOpenCV
def test_avg_sdv
m = CvMat.new(1, 8, CV_32F)

View file

@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__)) + '/test_opencv'
include OpenCV
# Tests for CvScalar
# Tests for OpenCV::CvScalar
class TestCvScalar < TestOpenCV
def test_aref
s = CvScalar.new