From 32a17d8abe0cf374a46ea103b1fea0a3947ffc3c Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 27 Sep 2022 20:35:16 -0700 Subject: [PATCH] [test] update SRP unit test to prepare service entries in all cases (#8208) --- tests/unit/test_srp_server.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/test_srp_server.cpp b/tests/unit/test_srp_server.cpp index 47974c7bc..817ec0f92 100644 --- a/tests/unit/test_srp_server.cpp +++ b/tests/unit/test_srp_server.cpp @@ -492,6 +492,7 @@ void TestSrpServerReject(void) heapAllocations = sHeapAllocatedPtrs.GetLength(); PrepareService1(service1); + PrepareService2(service2); //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Start SRP server. @@ -603,6 +604,7 @@ void TestSrpServerIgnore(void) heapAllocations = sHeapAllocatedPtrs.GetLength(); PrepareService1(service1); + PrepareService2(service2); //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Start SRP server.