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
38
38
39
39
namespace iText . Layout . Renderer {
40
40
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 */
41
44
private const float EPS = 0.001f ;
42
45
43
46
private static readonly Style DEFAULT_STYLE ;
@@ -46,8 +49,6 @@ public class FlexUtilTest : ExtendedITextTest {
46
49
47
50
private static readonly IList < UnitValue > NULL_FLEX_BASIS_LIST ;
48
51
49
- // Here one can find an html version for all of the tests
50
- // TODO DEVSIX-5049 Make html2pdf+layout tests from these htmls
51
52
private static readonly String SOURCE_FOLDER = iText . Test . TestUtil . GetParentProjectDirectory ( NUnit . Framework . TestContext
52
53
. CurrentContext . TestDirectory ) + "/resources/itext/layout/FlexUtilTest/" ;
53
54
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