Skip to content

Commit 872dec7

Browse files
committed
Update autoported files
86e6288fe3f937fb43d89de0e3146c989a4be441
1 parent 85aa43c commit 872dec7

20 files changed

+20
-20
lines changed

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

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

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

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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")]
32+
[NUnit.Framework.Category("IntegrationTest")]
3333
public class CleanUpImageUtilTest : ExtendedITextTest {
3434
private static readonly String SOURCE_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3535
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanupImageHandlingUtilTest/";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +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")]
30+
[NUnit.Framework.Category("IntegrationTest")]
3131
public class CleanUpInvalidPdfTest : ExtendedITextTest {
3232
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3333
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/CleanUpInvalidPdfTest/";

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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")]
42+
[NUnit.Framework.Category("IntegrationTest")]
4343
public class CleanupLicenseEventsTest : ExtendedITextTest {
4444
private static readonly String INPUT_PATH = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
4545
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/PdfCleanUpToolTest/";

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

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

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

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

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

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

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

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

4646
namespace iText.PdfCleanup {
47-
[NUnit.Framework.Category("Unit test")]
47+
[NUnit.Framework.Category("UnitTest")]
4848
public class PdfCleanUpFilterUnitTest : ExtendedITextTest {
4949
[NUnit.Framework.Test]
5050
public virtual void CheckIfRectanglesIntersect_completelyCoveredBasic() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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")]
33+
[NUnit.Framework.Category("UnitTest")]
3434
public class PdfCleanUpProcessorUnitTest : ExtendedITextTest {
3535
[NUnit.Framework.Test]
3636
public virtual void AreColorSpacesDifferentForJavaNullValuesTest() {

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

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

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

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

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

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

itext.tests/itext.cleanup.tests/itext/pdfcleanup/RectangleTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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("Integration test")]
33+
[NUnit.Framework.Category("IntegrationTest")]
3434
public class RectangleTest : ExtendedITextTest {
3535
private static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3636
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/RectangleTest/";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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")]
33+
[NUnit.Framework.Category("UnitTest")]
3434
public class TextPositioningTest : ExtendedITextTest {
3535
public const float EPS = 0.0001F;
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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")]
32+
[NUnit.Framework.Category("IntegrationTest")]
3333
public class CleanUpImageIndexedColorSpaceTest : ExtendedITextTest {
3434
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3535
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/images/CleanUpImageIndexedColorSpaceTest/";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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")]
34+
[NUnit.Framework.Category("IntegrationTest")]
3535
public class CleanUpTransformedImageTest : ExtendedITextTest {
3636
private static readonly String inputPath = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3737
.CurrentContext.TestDirectory) + "/resources/itext/pdfcleanup/images/CleanUpTransformedImageTest/";

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)