From 468b5673166ade001a1d23ab65787ce1750f9077 Mon Sep 17 00:00:00 2001 From: Sasha Levitskiy Date: Thu, 16 Apr 2015 14:45:04 -0700 Subject: Fingerprint: Add an API to get authenticator id Change-Id: If45ebc228425eaa43bf9abde934f8bb4e7d97e6c Signed-off-by: Sasha Levitskiy --- tests/fingerprint/fingerprint_tests.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/fingerprint/fingerprint_tests.cpp b/tests/fingerprint/fingerprint_tests.cpp index db7429c..dbb248f 100644 --- a/tests/fingerprint/fingerprint_tests.cpp +++ b/tests/fingerprint/fingerprint_tests.cpp @@ -29,6 +29,11 @@ TEST_F(FingerprintDevice, isTherePreEnroll) { << "pre_enroll() function is not implemented"; } +TEST_F(FingerprintDevice, isThereGetAuthenticatorId) { + ASSERT_TRUE(NULL != fp_device()->get_authenticator_id) + << "get_authenticator_id() function is not implemented"; +} + TEST_F(FingerprintDevice, isThereCancel) { ASSERT_TRUE(NULL != fp_device()->cancel) << "cancel() function is not implemented"; -- cgit v1.1