mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Test finger removal after minutiae scan completion
This commit is contained in:
committed by
Benjamin Berg
parent
50a837573d
commit
f404a69b73
@@ -182,10 +182,16 @@ class VirtualImage(unittest.TestCase):
|
||||
while self._step < 1:
|
||||
ctx.iteration(True)
|
||||
|
||||
# Test the image-device path where the finger is removed after
|
||||
# the minutiae scan is completed.
|
||||
self.send_finger_automatic(False)
|
||||
self.send_finger_report(True)
|
||||
self.send_image(image)
|
||||
while self._step < 2:
|
||||
ctx.iteration(True)
|
||||
self.send_finger_report(False)
|
||||
|
||||
self.send_finger_automatic(True)
|
||||
self.send_image(image)
|
||||
while self._step < 3:
|
||||
ctx.iteration(True)
|
||||
|
||||
Reference in New Issue
Block a user