Skip to content

Commit 78b6372

Browse files
Eugene BochiloiText-CI
authored andcommitted
Remove TODO related to already closed DEVSIX-5049
DEVSIX-5481 Autoported commit. Original commit hash: [433785f46]
1 parent dd6c2f2 commit 78b6372

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

itext.tests/itext.layout.tests/itext/layout/renderer/FlexUtilTest.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ You should have received a copy of the GNU Affero General Public License
3838

3939
namespace 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

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ca4c3bbc07a624e2d7f7d95a8b71b7dc164e3f77
1+
433785f469b0d85733c0b170e7403a445044e3ed

0 commit comments

Comments
 (0)