[UTC][NFC][Non-ACR][Modify 2 TCs : activated_handler check]
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 7 Jun 2016 07:55:36 +0000 (16:55 +0900)
committerJihoon 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

index e836361..19d2623 100755 (executable)
@@ -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;