File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
layout/src/test/java/com/itextpdf/layout/renderer Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,17 @@ This file is part of the iText (R) project.
5959@ Category (UnitTest .class )
6060public 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 {
You can’t perform that action at this time.
0 commit comments