diff --git a/model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReport.java b/model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReport.java index 162d9c8e11a..c887d360e73 100644 --- a/model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReport.java +++ b/model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReport.java @@ -68,21 +68,21 @@ public void test012CreateObjectCollectionReportWithDoubleView() throws Exception @Override public void test013CreateAuditCollectionReportWithDefaultColumn() throws Exception { expectedColumns = 8; - expectedRow = 47; + expectedRow = 46; super.test013CreateAuditCollectionReportWithDefaultColumn(); } @Override public void test014CreateAuditCollectionReportWithView() throws Exception { expectedColumns = 2; - expectedRow = 49; + expectedRow = 48; super.test014CreateAuditCollectionReportWithView(); } @Override public void test015CreateAuditCollectionReportWithDoubleView() throws Exception { expectedColumns = 3; - expectedRow = 51; + expectedRow = 50; super.test015CreateAuditCollectionReportWithDoubleView(); } diff --git a/model/report-impl/testng-integration.xml b/model/report-impl/testng-integration.xml index 8d4a5a6cd18..8863bbea45a 100644 --- a/model/report-impl/testng-integration.xml +++ b/model/report-impl/testng-integration.xml @@ -13,6 +13,7 @@ +