From 816fc134cc653a30f48b1ecdd04f9f3427639784 Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Tue, 3 Aug 2021 14:52:42 +0900 Subject: [PATCH] Fix typo for fix gcov build error Change-Id: I9f773cf1959edc9ed531f7fa760dbb4a75e79e92 Signed-off-by: Jihoon Jung --- packaging/capi-network-smartcard.spec | 2 +- unittest/utc-smartcard.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-network-smartcard.spec b/packaging/capi-network-smartcard.spec index f0806a4..fe38041 100644 --- a/packaging/capi-network-smartcard.spec +++ b/packaging/capi-network-smartcard.spec @@ -1,6 +1,6 @@ Name: capi-network-smartcard Summary: A Smartcard library in Native API -Version: 0.0.15 +Version: 0.0.16 Release: 0 Group: Network & Connectivity/Smartcard License: Apache-2.0 diff --git a/unittest/utc-smartcard.c b/unittest/utc-smartcard.c index 4261633..ea0011b 100755 --- a/unittest/utc-smartcard.c +++ b/unittest/utc-smartcard.c @@ -20,7 +20,7 @@ #define SE_FEATURE "http://tizen.org/feature/network.secure_element" #define SE_UICC_FEATURE "http://tizen.org/feature/network.secure_element.uicc" #define SE_ESE_FEATURE "http://tizen.org/feature/network.secure_element.ese" -#define SE_ESE_FEATURE "http://tizen.org/feature/network.secure_element.usb" +#define SE_USB_FEATURE "http://tizen.org/feature/network.secure_element.usb" bool _is_support_smartcard() { -- 2.7.4