Skip to content

Commit 433785f

Browse files
author
Eugene Bochilo
committed
Remove TODO related to already closed DEVSIX-5049
DEVSIX-5481
1 parent ca4c3bb commit 433785f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layout/src/test/java/com/itextpdf/layout/renderer/FlexUtilTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,17 @@ This file is part of the iText (R) project.
5959
@Category(UnitTest.class)
6060
public class FlexUtilTest extends ExtendedITextTest {
6161

62+
/* To see integration tests for flex algorithm go to FlexAlgoTest in html2pdf module.
63+
The names are preserved: one can go to FlexAlgoTest and see the corresponding tests, but be aware that with
64+
time they might change and we will not maintain such correspondence */
65+
6266
private static final float EPS = 0.001f;
6367

6468
private static final Style DEFAULT_STYLE;
6569
private static final Style WRAP_STYLE;
6670

6771
private static final List<UnitValue> NULL_FLEX_BASIS_LIST;
6872

69-
// Here one can find an html version for all of the tests
70-
// TODO DEVSIX-5049 Make html2pdf+layout tests from these htmls
7173
private static final String SOURCE_FOLDER = "./src/test/resources/com/itextpdf/layout/FlexUtilTest/";
7274

7375
static {

0 commit comments

Comments
 (0)