Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Jan 28, 2025
2 parents b3327a8 + 7011380 commit 813da9f
Show file tree
Hide file tree
Showing 545 changed files with 176 additions and 50 deletions.
4 changes: 2 additions & 2 deletions itext.tests/itext.svg.tests/itext/svg/renderers/FillTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ public virtual void PathHorizontalLineFillTest() {
}

[NUnit.Framework.Test]
[LogMessage(iText.StyledXmlParser.Logs.StyledXmlParserLogMessageConstant.URL_IS_NOT_CLOSED_IN_CSS_EXPRESSION
)]
public virtual void InvalidUrlFillTest() {
//TODO update cmp file after DEVSIX-3365 will be fixed
ConvertAndCompare(SOURCE_FOLDER, DESTINATION_FOLDER, "invalidUrlFillTest");
}

Expand All @@ -126,7 +127,6 @@ public virtual void TextFillFallbackTest() {

[NUnit.Framework.Test]
public virtual void FillLinkToNonExistingGradientTest() {
//TODO DEVSIX-8821: update after supported
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "fillLinkToNonExistingGradient");
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public virtual void CircleSkewYTest() {

[NUnit.Framework.Test]
public virtual void CircleWithBigStrokeWidthTest() {
// TODO: DEVSIX-3932 update cmp_ after fix
ConvertAndCompare(sourceFolder, destinationFolder, "circleWithBigStrokeWidth");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ public virtual void EllipseCyAbsentTest() {

[NUnit.Framework.Test]
public virtual void EllipseRxAbsentTest() {
//TODO: update cmp_ when DEVSIX-3119
ConvertAndCompare(SOURCE_FOLDER, DESTINATION_FOLDER, "ellipseRxAbsent");
}

[NUnit.Framework.Test]
public virtual void EllipseRyAbsentTest() {
//TODO: update cmp_ when DEVSIX-3119
ConvertAndCompare(SOURCE_FOLDER, DESTINATION_FOLDER, "ellipseRyAbsent");
}

Expand Down Expand Up @@ -155,7 +153,6 @@ public virtual void ParseParametersAndCalculateCoordinatesWithBetterPrecisionEll

[NUnit.Framework.Test]
public virtual void EllipseWithBigStrokeWidthTest() {
// TODO: DEVSIX-3932 update cmp_ after fix
ConvertAndCompare(SOURCE_FOLDER, DESTINATION_FOLDER, "ellipseWithBigStrokeWidth");
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ public static void BeforeClass() {
ITextTest.CreateOrClearDestinationFolder(destinationFolder);
}

// TODO: DEVSIX-3932 update cmp_ after fix
[NUnit.Framework.Test]
public virtual void CircleTest() {
ConvertAndCompare(sourceFolder, destinationFolder, "circle");
}

// TODO: DEVSIX-3932 update cmp_ after fix
[NUnit.Framework.Test]
public virtual void EllipseTest() {
ConvertAndCompare(sourceFolder, destinationFolder, "ellipse");
Expand Down Expand Up @@ -237,7 +235,6 @@ public virtual void ArcInsideOtherEllipticalArcTest() {
ConvertAndCompare(sourceFolder, destinationFolder, "arcInsideOtherEllipticalArc");
}

// TODO: DEVSIX-3932 update cmp_ after fix
[NUnit.Framework.Test]
public virtual void PolygonTest() {
ConvertAndCompare(sourceFolder, destinationFolder, "polygon");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public virtual void MarkerInPolylineElementTest() {

[NUnit.Framework.Test]
public virtual void MarkerInPolygonElementTest() {
// TODO: update when DEVSIX-2719 will be closed
ConvertAndCompareSinglePage(SOURCE_FOLDER, DESTINATION_FOLDER, "markerInPolygonElement");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,10 @@ public virtual void PatternHrefTransitivePresAR1Test() {
public virtual void PatternHrefTransitivePresAR2Test() {
ConvertAndCompareSinglePage(sourceFolder, destinationFolder, "patternHrefTransitivePresAR2", properties);
}

[NUnit.Framework.Test]
public virtual void ClosedPathIsCutTest() {
ConvertAndCompareSinglePage(sourceFolder, destinationFolder, "closedPathIsCutTest", properties);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,15 @@ public virtual void ConnectPointsWithSameYCoordinateTest() {
NUnit.Framework.Assert.AreEqual(expectedPoints[x], attributePoints[x]);
}
}

[NUnit.Framework.Test]
public virtual void PolygonIsNotCutTest() {
ConvertAndCompareSinglePage(sourceFolder, destinationFolder, "polygonIsNotCutTest");
}

[NUnit.Framework.Test]
public virtual void PolygonIsNotCutEvenOddTest() {
ConvertAndCompareSinglePage(sourceFolder, destinationFolder, "polygonIsNotCutEvenOddTest");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,11 @@ public virtual void BasicEllipticalHeightCappedRoundedRectangleTest() {

[NUnit.Framework.Test]
public virtual void BasicEllipticalNegativeWidthRoundedRectangleTest() {
//TODO change cmp-file after DEVSIX-3121 fixed
ConvertAndCompare(sourceFolder, destinationFolder, "basicEllipticalNegativeWidthRoundedRectangle");
}

[NUnit.Framework.Test]
public virtual void BasicEllipticalNegativeHeightRoundedRectangleTest() {
//TODO change cmp-file after DEVSIX-3121 fixed
ConvertAndCompare(sourceFolder, destinationFolder, "basicEllipticalNegativeHeightRoundedRectangle");
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 813da9f

Please sign in to comment.