mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-09 11:48:06 +02:00
tests: Check that verify test doesn't succeed early
This commit is contained in:
parent
872089883c
commit
c0bf1515fd
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class TestFprintd(dbusmock.DBusTestCase):
|
|||
with open(mock_log.name) as f:
|
||||
out = f.read()
|
||||
self.assertRegex(out, r'left-little-finger')
|
||||
self.assertNotRegex(out, 'Verify result: verify-match \(done\)')
|
||||
|
||||
self.device_mock.EmitVerifyStatus('verify-match', True)
|
||||
time.sleep(0.5)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue