Skip to content

Commit 782dc16

Browse files
committed
Update autoported files
89fb8c10ee1d5106a07509c7ef260fa4017c6117
1 parent 35577d9 commit 782dc16

39 files changed

+39
-0
lines changed

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/ApiTest.cs

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

3939
namespace iText.Pdfocr {
40+
[NUnit.Framework.Category("Integration test")]
4041
public class ApiTest : ExtendedITextTest {
4142
public static readonly String DESTINATION_FOLDER = NUnit.Framework.TestContext.CurrentContext.TestDirectory
4243
+ "/test/itext/pdfocr";

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/OcrPdfCreatorEventHelperTest.cs

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

3535
namespace iText.Pdfocr {
36+
[NUnit.Framework.Category("Unit test")]
3637
public class OcrPdfCreatorEventHelperTest : ExtendedITextTest {
3738
private static readonly ProductData DUMMY_PRODUCT_DATA = new ProductData("test-product", "inner_product",
3839
"1.0.0", 1900, 2100);

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/OcrProcessContextTest.cs

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

2828
namespace iText.Pdfocr {
29+
[NUnit.Framework.Category("Unit test")]
2930
public class OcrProcessContextTest : ExtendedITextTest {
3031
[NUnit.Framework.Test]
3132
public virtual void SetOcrEventHelperTest() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfA3uTest.cs

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

3838
namespace iText.Pdfocr {
39+
[NUnit.Framework.Category("Integration test")]
3940
public class PdfA3uTest : ExtendedITextTest {
4041
[NUnit.Framework.Test]
4142
public virtual void TestPdfA3uWithNullIntent() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfCreatorUtilTest.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.Attributes;
3232

3333
namespace iText.Pdfocr {
34+
[NUnit.Framework.Category("Unit test")]
3435
public class PdfCreatorUtilTest : ExtendedITextTest {
3536
[NUnit.Framework.Test]
3637
public virtual void GetImageDataFromValidSinglePagedTiffTest() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfFontTest.cs

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

3636
namespace iText.Pdfocr {
37+
[NUnit.Framework.Category("Integration test")]
3738
public class PdfFontTest : ExtendedITextTest {
3839
[NUnit.Framework.Test]
3940
public virtual void TestFontColor() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfInputImageTest.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.Attributes;
3030

3131
namespace iText.Pdfocr {
32+
[NUnit.Framework.Category("Integration test")]
3233
public class PdfInputImageTest : ExtendedITextTest {
3334
[LogMessage(PdfOcrLogMessageConstant.CANNOT_READ_INPUT_IMAGE)]
3435
[NUnit.Framework.Test]

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfLayersTest.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.Pdfocr {
33+
[NUnit.Framework.Category("Integration test")]
3334
public class PdfLayersTest : ExtendedITextTest {
3435
[NUnit.Framework.Test]
3536
public virtual void TestPdfLayersWithDefaultNames() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/PdfOcrMetaInfoContainerTest.cs

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

2626
namespace iText.Pdfocr {
27+
[NUnit.Framework.Category("Unit test")]
2728
public class PdfOcrMetaInfoContainerTest : ExtendedITextTest {
2829
[NUnit.Framework.Test]
2930
public virtual void Test() {

itext.tests/itext.pdfocr.api.tests/itext/pdfocr/ScaleModeTest.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.Pdfocr {
33+
[NUnit.Framework.Category("Integration test")]
3334
public class ScaleModeTest : ExtendedITextTest {
3435
private const float DELTA = 1e-4f;
3536

0 commit comments

Comments
 (0)