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.
59
59
@ Category (UnitTest .class )
60
60
public class FlexUtilTest extends ExtendedITextTest {
61
61
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
+
62
66
private static final float EPS = 0.001f ;
63
67
64
68
private static final Style DEFAULT_STYLE ;
65
69
private static final Style WRAP_STYLE ;
66
70
67
71
private static final List <UnitValue > NULL_FLEX_BASIS_LIST ;
68
72
69
- // Here one can find an html version for all of the tests
70
- // TODO DEVSIX-5049 Make html2pdf+layout tests from these htmls
71
73
private static final String SOURCE_FOLDER = "./src/test/resources/com/itextpdf/layout/FlexUtilTest/" ;
72
74
73
75
static {
You can’t perform that action at this time.
0 commit comments