You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/07/13 23:04:42 UTC

[GitHub] [fineract] thesmallstar commented on a change in pull request #1164: FINERACT-1047 Added integration test for limit param (audit trails)

thesmallstar commented on a change in pull request #1164:
URL: https://github.com/apache/fineract/pull/1164#discussion_r453996134



##########
File path: fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AuditIntegrationTest.java
##########
@@ -102,4 +103,29 @@ public void auditShouldbeCreated() {
         auditHelper.verifyOneAuditOnly(auditsRecieved, officeId, "CREATE", "OFFICE");
     }
 
+    /**
+     *
+     * Here we test that audit request with limit x only returns x entries

Review comment:
       fixing in #1164 

##########
File path: fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AuditIntegrationTest.java
##########
@@ -102,4 +103,29 @@ public void auditShouldbeCreated() {
         auditHelper.verifyOneAuditOnly(auditsRecieved, officeId, "CREATE", "OFFICE");
     }
 
+    /**
+     *

Review comment:
       fixing in #1164 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org