We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e78287 commit 6fb855eCopy full SHA for 6fb855e
layout/src/test/java/com/itextpdf/layout/StylesTest.java
@@ -49,13 +49,13 @@ This file is part of the iText (R) project.
49
import com.itextpdf.layout.property.VerticalAlignment;
50
import com.itextpdf.layout.element.Paragraph;
51
import com.itextpdf.test.ExtendedITextTest;
52
-import com.itextpdf.test.annotations.type.UnitTest;
+import com.itextpdf.test.annotations.type.IntegrationTest;
53
54
import org.junit.Assert;
55
import org.junit.Test;
56
import org.junit.experimental.categories.Category;
57
58
-@Category(UnitTest.class)
+@Category(IntegrationTest.class)
59
public class StylesTest extends ExtendedITextTest {
60
61
public static float EPS = 0.0001f;
0 commit comments