[cpp-sp] branch main updated: Add in new unit tests.

Scott Cantor cantor.2 at osu.edu
Tue Oct 14 14:44:12 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ac71e392da592299e96734f49b2583e732f159f9

The following commit(s) were added to refs/heads/main by this push:
     new ac71e392 Add in new unit tests.
ac71e392 is described below

commit ac71e392da592299e96734f49b2583e732f159f9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 14 10:44:03 2025 -0400

    Add in new unit tests.
---
 Projects/vc22/Tests.vcxproj         |  6 +++++-
 Projects/vc22/Tests.vcxproj.filters | 24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/Projects/vc22/Tests.vcxproj b/Projects/vc22/Tests.vcxproj
index b05415b6..e7adbc1d 100644
--- a/Projects/vc22/Tests.vcxproj
+++ b/Projects/vc22/Tests.vcxproj
@@ -29,6 +29,7 @@
   <ItemGroup>
     <ClCompile Include="..\..\tests\AgentConfigTests.cpp" />
     <ClCompile Include="..\..\tests\AgentTestSuite.cpp" />
+    <ClCompile Include="..\..\tests\attribute\impl\DefaultAttributeConfigurationTests.cpp" />
     <ClCompile Include="..\..\tests\impl\XMLAccessControlTests.cpp" />
     <ClCompile Include="..\..\tests\impl\XMLRequestMapperTests.cpp" />
     <ClCompile Include="..\..\tests\remoting\impl\RemotingServiceTests.cpp">
@@ -52,6 +53,9 @@
     <ClCompile Include="..\..\tests\util\ReloadableXMLFileTests.cpp" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="..\..\tests\data\attribute\impl\attributes-bad.ini" />
+    <None Include="..\..\tests\data\attribute\impl\attributes.ini" />
+    <None Include="..\..\tests\data\attribute\impl\console-agent.ini" />
     <None Include="..\..\tests\data\console-agent.ini" />
     <None Include="..\..\tests\data\dupproperty_agent.ini" />
     <None Include="..\..\tests\data\dupsection_agent.ini" />
@@ -325,4 +329,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/Projects/vc22/Tests.vcxproj.filters b/Projects/vc22/Tests.vcxproj.filters
index 06d1b418..2aabfd68 100644
--- a/Projects/vc22/Tests.vcxproj.filters
+++ b/Projects/vc22/Tests.vcxproj.filters
@@ -58,6 +58,18 @@
     <Filter Include="Data\util\boospropset">
       <UniqueIdentifier>{adcbf974-e0f1-4c75-8a52-f8c436bb799f}</UniqueIdentifier>
     </Filter>
+    <Filter Include="Data\attribute">
+      <UniqueIdentifier>{faa28621-6ab1-4b37-888c-0dcd0679466c}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="Data\attribute\impl">
+      <UniqueIdentifier>{41714610-9cf8-477c-b62f-012cf2639aeb}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="Source Files\attribute">
+      <UniqueIdentifier>{951ac87f-d661-4456-88c5-c76825471763}</UniqueIdentifier>
+    </Filter>
+    <Filter Include="Source Files\attribute\impl">
+      <UniqueIdentifier>{b070466b-e25f-4761-9bc9-dc1415ff3710}</UniqueIdentifier>
+    </Filter>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\tests\AgentTestSuite.cpp">
@@ -87,6 +99,9 @@
     <ClCompile Include="..\..\tests\remoting\impl\SecretSourceTests.cpp">
       <Filter>Source Files\Remoting</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\tests\attribute\impl\DefaultAttributeConfigurationTests.cpp">
+      <Filter>Source Files\attribute\impl</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\..\tests\data\console-agent.ini">
@@ -260,5 +275,14 @@
     <None Include="..\..\tests\data\util\propertytree\requestmap2.xml">
       <Filter>Data\util\propertytree</Filter>
     </None>
+    <None Include="..\..\tests\data\attribute\impl\attributes.ini">
+      <Filter>Data\attribute\impl</Filter>
+    </None>
+    <None Include="..\..\tests\data\attribute\impl\attributes-bad.ini">
+      <Filter>Data\attribute\impl</Filter>
+    </None>
+    <None Include="..\..\tests\data\attribute\impl\console-agent.ini">
+      <Filter>Data\attribute\impl</Filter>
+    </None>
   </ItemGroup>
 </Project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list