Skip to content
Snippets Groups Projects
Commit f87c9464 authored by vkovtun's avatar vkovtun
Browse files

BIS-1335: Trying to fix remaining failing tests on the CI server.

parent 1f5977f0
No related branches found
No related tags found
No related merge requests found
...@@ -1486,6 +1486,9 @@ public class ExportExecutor implements IExportExecutor ...@@ -1486,6 +1486,9 @@ public class ExportExecutor implements IExportExecutor
{ {
currentSection = propertyAssignment.getSection(); currentSection = propertyAssignment.getSection();
documentBuilder.addHeader(currentSection != null ? currentSection : "", 3); documentBuilder.addHeader(currentSection != null ? currentSection : "", 3);
} else
{
System.out.printf("Skipping property assignment: %s. Current section: %s.%n", propertyAssignment, currentSection);
} }
final PropertyType propertyType = propertyAssignment.getPropertyType(); final PropertyType propertyType = propertyAssignment.getPropertyType();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment