mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-09 07:08:03 +02:00
tests/fprintd: Ensure that we can't verify without enrolled fingers
This commit is contained in:
parent
1f8bb1abd4
commit
8bdbc7e2b0
1 changed files with 4 additions and 0 deletions
|
|
@ -521,6 +521,10 @@ class FPrintdVirtualDeviceClaimedTest(FPrintdVirtualDeviceBaseTest):
|
|||
with self.assertFprintError('InvalidFingername'):
|
||||
self.device.EnrollStart('(s)', 'any')
|
||||
|
||||
def test_verify_with_no_enrolled_prints(self):
|
||||
with self.assertFprintError('NoEnrolledPrints'):
|
||||
self.device.VerifyStart('(s)', 'any')
|
||||
|
||||
def test_enroll_verify_list_delete(self):
|
||||
with self.assertFprintError('NoEnrolledPrints'):
|
||||
self.device.ListEnrolledFingers('(s)', 'testuser')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue