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:
parent
12f9ea1751
commit
f0a60a50da
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ class TestEigenFaces < OpenCVTestCase
|
||||||
ensure
|
ensure
|
||||||
File.delete filename
|
File.delete filename
|
||||||
end
|
end
|
||||||
|
assert_raise(TypeError) {
|
||||||
|
@eigenfaces.save(DUMMY_OBJ)
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_load
|
def test_load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue