Skip to content

Commit

Permalink
adding csv tests to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed May 28, 2020
1 parent 746b92c commit fc5b19c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -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();
}

Expand Down
1 change: 1 addition & 0 deletions model/report-impl/testng-integration.xml
Expand Up @@ -13,6 +13,7 @@
<class name="com.evolveum.midpoint.report.TestReport"/>
<class name="com.evolveum.midpoint.report.TestReportSafe"/>
<class name="com.evolveum.midpoint.report.TestHtmlReport"/>
<class name="com.evolveum.midpoint.report.TestCsvReport"/>
</classes>
</test>
</suite>

0 comments on commit fc5b19c

Please sign in to comment.