Skip to content

Commit 9132ab0

Browse files
committed
Update autoported files
f74b62a7b25bc3b6e2e6a169ec570456cb03532c
1 parent d8b9f5f commit 9132ab0

19 files changed

+19
-0
lines changed

itext.tests/itext.cleanup.tests/itext/pdfcleanup/BigDocumentAutoCleanUpTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ source product.
5353
using iText.Test;
5454

5555
namespace iText.PdfCleanup {
56+
[NUnit.Framework.Category("Integration test")]
5657
public class BigDocumentAutoCleanUpTest : ExtendedITextTest {
5758
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5859
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/BigDocumentAutoCleanUpTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/BigDocumentCleanUpTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ source product.
5050
using iText.Test.Attributes;
5151

5252
namespace iText.PdfCleanup {
53+
[NUnit.Framework.Category("Integration test")]
5354
public class BigDocumentCleanUpTest : ExtendedITextTest {
5455
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5556
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/BigDocumentCleanUpTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/CleanUpAnnotationTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ source product.
5252
using iText.Test.Attributes;
5353

5454
namespace iText.PdfCleanup {
55+
[NUnit.Framework.Category("Integration test")]
5556
public class CleanUpAnnotationTest : ExtendedITextTest {
5657
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5758
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanUpAnnotationTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/CleanUpImageUtilTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You should have received a copy of the GNU Affero General Public License
2929
using iText.Test;
3030

3131
namespace iText.PdfCleanup {
32+
[NUnit.Framework.Category("Integration test")]
3233
public class CleanUpImageUtilTest : ExtendedITextTest {
3334
private static readonly String SOURCE_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3435
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanupImageHandlingUtilTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/CleanUpInvalidPdfTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.PdfCleanup {
30+
[NUnit.Framework.Category("Integration test")]
3031
public class CleanUpInvalidPdfTest : ExtendedITextTest {
3132
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3233
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanUpInvalidPdfTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/CleanUpTaggedPdfTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source product.
4747
using iText.Test;
4848

4949
namespace iText.PdfCleanup {
50+
[NUnit.Framework.Category("Integration test")]
5051
public class CleanUpTaggedPdfTest : ExtendedITextTest {
5152
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5253
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanUpTaggedPdfTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/CleanupLicenseEventsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ You should have received a copy of the GNU Affero General Public License
3939
using iText.Test;
4040

4141
namespace iText.PdfCleanup {
42+
[NUnit.Framework.Category("Integration test")]
4243
public class CleanupLicenseEventsTest : ExtendedITextTest {
4344
private static readonly String INPUT_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
4445
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/PdfCleanUpToolTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/FilteredImagesCacheTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ source product.
4949
using iText.Test;
5050

5151
namespace iText.PdfCleanup {
52+
[NUnit.Framework.Category("Integration test")]
5253
public class FilteredImagesCacheTest : ExtendedITextTest {
5354
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5455
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/FilteredImagesCacheTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/PdfAutoSweepToolsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ source product.
5050
using iText.Test;
5151

5252
namespace iText.PdfCleanup {
53+
[NUnit.Framework.Category("Integration test")]
5354
public class PdfAutoSweepToolsTest : ExtendedITextTest {
5455
private static readonly String INPUT_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5556
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/PdfAutoSweepTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/PdfCleanUpFilterUnitTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ source product.
4444
using iText.Test;
4545

4646
namespace iText.PdfCleanup {
47+
[NUnit.Framework.Category("Unit test")]
4748
public class PdfCleanUpFilterUnitTest : ExtendedITextTest {
4849
[NUnit.Framework.Test]
4950
public virtual void CheckIfRectanglesIntersect_completelyCoveredBasic() {

itext.tests/itext.cleanup.tests/itext/pdfcleanup/PdfCleanUpProcessorUnitTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You should have received a copy of the GNU Affero General Public License
3030
using iText.Test;
3131

3232
namespace iText.PdfCleanup {
33+
[NUnit.Framework.Category("Unit test")]
3334
public class PdfCleanUpProcessorUnitTest : ExtendedITextTest {
3435
[NUnit.Framework.Test]
3536
public virtual void AreColorSpacesDifferentForJavaNullValuesTest() {

itext.tests/itext.cleanup.tests/itext/pdfcleanup/PdfCleanUpToolTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ source product.
5858
using iText.Test.Attributes;
5959

6060
namespace iText.PdfCleanup {
61+
[NUnit.Framework.Category("Integration test")]
6162
public class PdfCleanUpToolTest : ExtendedITextTest {
6263
private static readonly String INPUT_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6364
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/PdfCleanUpToolTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/PdfCleanUpToolWithInlineImagesTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ source product.
5252
using iText.Test.Attributes;
5353

5454
namespace iText.PdfCleanup {
55+
[NUnit.Framework.Category("Integration test")]
5556
public class PdfCleanUpToolWithInlineImagesTest : ExtendedITextTest {
5657
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5758
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/PdfCleanUpToolWithInlineImagesTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/TextPositioningTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You should have received a copy of the GNU Affero General Public License
3030
using iText.Test;
3131

3232
namespace iText.PdfCleanup {
33+
[NUnit.Framework.Category("Unit test")]
3334
public class TextPositioningTest : ExtendedITextTest {
3435
public const float EPS = 0.0001F;
3536

itext.tests/itext.cleanup.tests/itext/pdfcleanup/images/CleanUpImageIndexedColorSpaceTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You should have received a copy of the GNU Affero General Public License
2929
using iText.Test;
3030

3131
namespace iText.PdfCleanup.Images {
32+
[NUnit.Framework.Category("Integration test")]
3233
public class CleanUpImageIndexedColorSpaceTest : ExtendedITextTest {
3334
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3435
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/images/CleanUpImageIndexedColorSpaceTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/images/CleanUpTransformedImageTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You should have received a copy of the GNU Affero General Public License
3131
using iText.Test;
3232

3333
namespace iText.PdfCleanup.Images {
34+
[NUnit.Framework.Category("Integration test")]
3435
public class CleanUpTransformedImageTest : ExtendedITextTest {
3536
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3637
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/images/CleanUpTransformedImageTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/images/CleanupImageWithColorSpaceTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ source product.
5151
using iText.Test;
5252

5353
namespace iText.PdfCleanup.Images {
54+
[NUnit.Framework.Category("Integration test")]
5455
public class CleanupImageWithColorSpaceTest : ExtendedITextTest {
5556
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5657
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/images/CleanupImageWithColorSpaceTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/text/CleanUpTextTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ source product.
5151
using iText.Test.Attributes;
5252

5353
namespace iText.PdfCleanup.Text {
54+
[NUnit.Framework.Category("Integration test")]
5455
public class CleanUpTextTest : ExtendedITextTest {
5556
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5657
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/text/CleanUpTextTest/";

itext.tests/itext.cleanup.tests/itext/pdfcleanup/transparency/MaskedImagesTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ source product.
5353
using iText.Test;
5454

5555
namespace iText.PdfCleanup.Transparency {
56+
[NUnit.Framework.Category("Integration test")]
5657
public class MaskedImagesTest : ExtendedITextTest {
5758
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5859
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/transparency/MaskedImagesTest/";

0 commit comments

Comments
 (0)