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

add a test case of EigenFaces#save

This commit is contained in:
ser1zw 2013-05-21 01:05:07 +09:00
parent 12f9ea1751
commit f0a60a50da

View file

@ -62,6 +62,9 @@ class TestEigenFaces < OpenCVTestCase
ensure
File.delete filename
end
assert_raise(TypeError) {
@eigenfaces.save(DUMMY_OBJ)
}
end
def test_load