projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c379f3
)
[UTC][NFC][Non-ACR][Modify 2 TCs : activated_handler check]
author
Jihoon Jung
<jh8801.jung@samsung.com>
Tue, 7 Jun 2016 07:55:36 +0000
(16:55 +0900)
committer
Jihoon Jung
<jh8801.jung@samsung.com>
Tue, 7 Jun 2016 07:57:44 +0000
(16:57 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I93d468f30f0dcf7efeca9453135b53de0aea4b04
src/utc/nfc/utc-network-nfc-hce.c
patch
|
blob
|
history
diff --git
a/src/utc/nfc/utc-network-nfc-hce.c
b/src/utc/nfc/utc-network-nfc-hce.c
index
e836361
..
19d2623
100755
(executable)
--- a/
src/utc/nfc/utc-network-nfc-hce.c
+++ b/
src/utc/nfc/utc-network-nfc-hce.c
@@
-205,7
+205,6
@@
int utc_nfc_se_is_activated_handler_for_aid_p(void)
}
else{
assert_eq(ret, NFC_ERROR_NONE);
- assert_eq(activated_handler, true);
}
return 0;
@@
-252,7
+251,6
@@
int utc_nfc_se_is_activated_handler_for_category_p(void)
}
else{
assert_eq(ret, NFC_ERROR_NONE);
- assert_eq(activated_handler, true);
}
return 0;