Skip to content

Commit 1fa68f2

Browse files
committed
Update autoported files
fa1d8afec6dc17581ba8d846b17ee0f7c28d3c30
1 parent fd6db0f commit 1fa68f2

File tree

212 files changed

+212
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+212
-212
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/ConverterPropertiesTest.cs

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

4747
namespace iText.Html2pdf {
48-
[NUnit.Framework.Category("Unit test")]
48+
[NUnit.Framework.Category("UnitTest")]
4949
public class ConverterPropertiesTest : ExtendedITextTest {
5050
[NUnit.Framework.Test]
5151
public virtual void GetDefaultMetaInfoTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/FontProviderTest.cs

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

5252
namespace iText.Html2pdf {
5353
// Actually the results are invalid because there is no pdfCalligraph.
54-
[NUnit.Framework.Category("Integration test")]
54+
[NUnit.Framework.Category("IntegrationTest")]
5555
public class FontProviderTest : ExtendedITextTest {
5656
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5757
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/FontProviderTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2ElementsTest.cs

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

6262
namespace iText.Html2pdf {
63-
[NUnit.Framework.Category("Integration test")]
63+
[NUnit.Framework.Category("IntegrationTest")]
6464
public class Html2ElementsTest : ExtendedITextTest {
6565
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6666
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/Html2ElementsTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2PdfTest.cs

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

4747
namespace iText.Html2pdf {
48-
[NUnit.Framework.Category("Integration test")]
48+
[NUnit.Framework.Category("IntegrationTest")]
4949
public class Html2PdfTest : ExtendedHtmlConversionITextTest {
5050
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5151
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/Html2PdfTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterMetaInfoTest.cs

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

3838
namespace iText.Html2pdf {
39-
[NUnit.Framework.Category("Unit test")]
39+
[NUnit.Framework.Category("UnitTest")]
4040
public class HtmlConverterMetaInfoTest : ExtendedITextTest {
4141
[NUnit.Framework.Test]
4242
public virtual void MetaInfoShouldBePresentTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterTest.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.Html2pdf {
30-
[NUnit.Framework.Category("Integration test")]
30+
[NUnit.Framework.Category("IntegrationTest")]
3131
public class HtmlConverterTest : ExtendedITextTest {
3232
[NUnit.Framework.Test]
3333
public virtual void CannotConvertHtmlToDocumentInReadingModeTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlResourceResolverUnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test.Attributes;
2929

3030
namespace iText.Html2pdf {
31-
[NUnit.Framework.Category("Unit test")]
31+
[NUnit.Framework.Category("UnitTest")]
3232
public class HtmlResourceResolverUnitTest : ExtendedITextTest {
3333
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3434
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ResourceResolverTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/ProcessorContextTest.cs

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

5656
namespace iText.Html2pdf {
57-
[NUnit.Framework.Category("Integration test")]
57+
[NUnit.Framework.Category("IntegrationTest")]
5858
public class ProcessorContextTest : ExtendedITextTest {
5959
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6060
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ProcessorContextTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/SurrogatePairsTest.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.Attributes;
2828

2929
namespace iText.Html2pdf {
30-
[NUnit.Framework.Category("Integration test")]
30+
[NUnit.Framework.Category("IntegrationTest")]
3131
public class SurrogatePairsTest : ExtendedITextTest {
3232
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3333
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/SurrogatePairsTests/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/Html2PdfEventsHandlingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You should have received a copy of the GNU Affero General Public License
4242
using iText.Test.Attributes;
4343

4444
namespace iText.Html2pdf.Actions {
45-
[NUnit.Framework.Category("Integration test")]
45+
[NUnit.Framework.Category("IntegrationTest")]
4646
public class Html2PdfEventsHandlingTest : ExtendedITextTest {
4747
private static readonly TestConfigurationEvent CONFIGURATION_ACCESS = new TestConfigurationEvent();
4848

0 commit comments

Comments
 (0)