Skip to content

Commit

Permalink
Fix file names sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Juris Gekiss authored and Juris Gekiss committed Apr 3, 2024
1 parent 33947b3 commit 0523c17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Abc.Xacml.UnitTests/XacmlProtocolSerializerFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void ReadPolicy_11() {
public void ReadResponse_11()
{
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load(Path.Combine(TestCasePath, @"XACML_Samples\1.1\Example_1\Response.xml"));
xmlDoc.Load(Path.Combine(TestCasePath, "XACML_Samples", "1.1", "Example_1", "Response.xml"));

var serialize = new Xacml10ProtocolSerializer();

Expand Down

0 comments on commit 0523c17

Please sign in to comment.