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
|
||||
File.delete filename
|
||||
end
|
||||
assert_raise(TypeError) {
|
||||
@eigenfaces.save(DUMMY_OBJ)
|
||||
}
|
||||
end
|
||||
|
||||
def test_load
|
||||
|
|
Loading…
Add table
Reference in a new issue