Skip to content

Commit 46aa460

Browse files
author
Juha Heiskanen
committed
Fixed unit test's.
Change-Id: I59ce546c53909c2b5a2cf03bb86f94cc41320c30
1 parent c65292e commit 46aa460

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/nanostack/unittest/mac/mac_pd_sap/test_mac_pd_sap.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -831,14 +831,6 @@ bool test_mac_cca_prepare_cb()
831831
rf_ptr.ack_tx_possible = false;
832832

833833
rf_ptr.enhanced_ack_handler_timestamp = 10;
834-
mlme_device_descriptor_t test_neigh;
835-
mac_security_mib_stub.device_ptr = &test_neigh;
836-
837-
ret = mac_pd_sap_data_cb(&rf_ptr, &phy_message);
838-
if (ret != 0) {
839-
return false;
840-
}
841-
mac_security_mib_stub.device_ptr = NULL;
842834

843835
ret = mac_pd_sap_data_cb(&rf_ptr, &phy_message);
844836
if (ret != -1 || rf_ptr.mac_ack_tx_active) {

0 commit comments

Comments
 (0)