File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
itext.tests/itext.kernel.tests/itext/kernel/utils Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,9 @@ public virtual void MergeTableWithEmptyTdTest() {
235
235
merger . Close ( ) ;
236
236
output . Close ( ) ;
237
237
CompareTool compareTool = new CompareTool ( ) ;
238
- String errorMessage = "" ;
239
238
String tagStructErrorMessage = compareTool . CompareTagStructures ( resultFile , sourceFolder + "cmp_tableWithEmptyTd.pdf"
240
239
) ;
241
- errorMessage + = tagStructErrorMessage == null ? "" : tagStructErrorMessage + "\n " ;
240
+ String errorMessage = tagStructErrorMessage == null ? "" : tagStructErrorMessage + "\n " ;
242
241
if ( ! String . IsNullOrEmpty ( errorMessage ) ) {
243
242
NUnit . Framework . Assert . Fail ( errorMessage ) ;
244
243
}
Original file line number Diff line number Diff line change 1
- db0fb68a039469dbe8f13366ce362b74e639d6c6
1
+ 4698b47c9115e0afcd4307fe63804dfade8c9661
You can’t perform that action at this time.
0 commit comments