Skip to content

Commit f14d569

Browse files
committed
Fix unit tests
1 parent 65001d8 commit f14d569

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/unit-test/FreeRTOS_IP/FreeRTOS_IP_utest.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ void test_vIPNetworkUpCalls( void )
174174
xEndPoint.bits.bIPv6 = pdFALSE;
175175

176176
vApplicationIPNetworkEventHook_Multi_Expect( eNetworkUp, &xEndPoint );
177-
vDNSInitialise_Expect();
178177
vARPTimerReload_Expect( pdMS_TO_TICKS( 10000 ) );
179178

180179
vIPNetworkUpCalls( &xEndPoint );
@@ -4369,7 +4368,6 @@ static void prvIPNetworkUpCalls_Generic( const uint8_t * pucAddress,
43694368
}
43704369

43714370
vApplicationIPNetworkEventHook_Multi_Expect( eNetworkUp, &xEndPoint );
4372-
vDNSInitialise_Expect();
43734371

43744372
if( xEndPoint.bits.bIPv6 == pdTRUE_UNSIGNED )
43754373
{

test/unit-test/FreeRTOS_IP_DiffConfig1/FreeRTOS_IP_DiffConfig1_utest.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ void test_vIPNetworkUpCalls_BackwardCompatible( void )
420420
NetworkEndPoint_t xEndPoint = { 0 };
421421

422422
vApplicationIPNetworkEventHook_Expect( eNetworkUp );
423-
vDNSInitialise_Expect();
424423
vARPTimerReload_Expect( pdMS_TO_TICKS( 10000 ) );
425424

426425
vIPNetworkUpCalls( &xEndPoint );

0 commit comments

Comments
 (0)