From 4440e6d6cfd45f6fa079b519131c5f235b86e860 Mon Sep 17 00:00:00 2001 From: Nithishkumar-T <109725053+Nithishkumar-T@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:24:52 +0530 Subject: [PATCH 1/2] Update CcspAdvSecurityInternalTest.cpp --- .../CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp b/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp index 0f3b8e2..41631ac 100644 --- a/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp +++ b/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp @@ -1163,7 +1163,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaAdvSecGetLookupTimeoutExceededCou EXPECT_EQ(CosaAdvSecGetLookupTimeoutExceededCount(), lcount); } -TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit) +/**TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit) { const char *RabidMemoryLimit = "Advsecurity_RabidMemoryLimit"; ULONG value = 100; @@ -1181,7 +1181,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit) ANSC_STATUS status = CosaRabidSetMemoryLimit(NULL, value); EXPECT_EQ(status, ANSC_STATUS_SUCCESS); -} +}**/ TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMacCacheSize) { From e4b2ad7ec997e05b21fc8be9ce60eaf2f4b42e45 Mon Sep 17 00:00:00 2001 From: sowmiyachelliah <162420027+sowmiyachelliah@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:55:20 +0530 Subject: [PATCH 2/2] Update CcspAdvSecurityInternalTest.cpp --- .../CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp b/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp index 41631ac..0f3b8e2 100644 --- a/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp +++ b/source/test/CcspAdvSecurityDmlTest/CcspAdvSecurityInternalTest.cpp @@ -1163,7 +1163,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaAdvSecGetLookupTimeoutExceededCou EXPECT_EQ(CosaAdvSecGetLookupTimeoutExceededCount(), lcount); } -/**TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit) +TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMemoryLimit) { const char *RabidMemoryLimit = "Advsecurity_RabidMemoryLimit"; ULONG value = 100; @@ -1181,7 +1181,7 @@ TEST_F(CcspAdvSecurityInternalTestFixture, CosaAdvSecGetLookupTimeoutExceededCou ANSC_STATUS status = CosaRabidSetMemoryLimit(NULL, value); EXPECT_EQ(status, ANSC_STATUS_SUCCESS); -}**/ +} TEST_F(CcspAdvSecurityInternalTestFixture, CosaRabidSetMacCacheSize) {