File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
itext.tests/itext.layout.tests/itext/layout/renderer Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ You should have received a copy of the GNU Affero General Public License
3838
3939namespace iText . Layout . Renderer {
4040 public class FlexUtilTest : ExtendedITextTest {
41+ /* To see integration tests for flex algorithm go to FlexAlgoTest in html2pdf module.
42+ The names are preserved: one can go to FlexAlgoTest and see the corresponding tests, but be aware that with
43+ time they might change and we will not maintain such correspondence */
4144 private const float EPS = 0.001f ;
4245
4346 private static readonly Style DEFAULT_STYLE ;
@@ -46,8 +49,6 @@ public class FlexUtilTest : ExtendedITextTest {
4649
4750 private static readonly IList < UnitValue > NULL_FLEX_BASIS_LIST ;
4851
49- // Here one can find an html version for all of the tests
50- // TODO DEVSIX-5049 Make html2pdf+layout tests from these htmls
5152 private static readonly String SOURCE_FOLDER = iText . Test . TestUtil . GetParentProjectDirectory ( NUnit . Framework . TestContext
5253 . CurrentContext . TestDirectory ) + "/resources/itext/layout/FlexUtilTest/" ;
5354
Original file line number Diff line number Diff line change 1- ca4c3bbc07a624e2d7f7d95a8b71b7dc164e3f77
1+ 433785f469b0d85733c0b170e7403a445044e3ed
You can’t perform that action at this time.
0 commit comments