Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
Signed-off-by: MTsfoni <[email protected]>
  • Loading branch information
mtsfoni committed Sep 8, 2024
1 parent 30455bb commit dbb4307
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/CycloneDX.Core.Tests/Xml/v1.5/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public void XmlRoundTripTest(string filename)
var bom = Serializer.Deserialize(xmlBom);
xmlBom = Serializer.Serialize(bom);

//File.WriteAllText("C:/temp/testedBom.xml", xmlBom.ToString());
var validationResult = Validator.Validate(xmlBom, SpecificationVersion.v1_5);


Expand Down
1 change: 0 additions & 1 deletion tests/CycloneDX.Core.Tests/Xml/v1.6/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public void XmlDowngradeTest(string filename)
xmlBom = Serializer.Serialize(bom);


//File.WriteAllText("C:/temp/testedBom.xml", xmlBom.ToString());
var result = Validator.Validate(xmlBom, SpecificationVersion.v1_5);

Assert.True(result.Valid, $"BOM version downgrade failed validation: Validation failed: {result}");
Expand Down

0 comments on commit dbb4307

Please sign in to comment.