adamsaghy commented on PR #5946:
URL: https://github.com/apache/fineract/pull/5946#issuecomment-4874435186
```
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/common/provisioning/ProvisioningTransactionHelper.java:47:
error: cannot find symbol
return ok(() ->
FineractFeignClientHelper.getFineractFeignClient().provisioningCategory().retrieveAll10());
^
symbol: method retrieveAll10()
location: interface ProvisioningCategoryApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/common/provisioning/ProvisioningTransactionHelper.java:55:
error: cannot find symbol
return ok(() ->
FineractFeignClientHelper.getFineractFeignClient().provisioningCriteria().retrieveProvisioningCriteria(criteriaId));
^
symbol: method retrieveProvisioningCriteria(Long)
location: interface ProvisioningCriteriaApi
> Task :fineract-war:binaryDistTar
> Task :fineract-war:assemble
> Task :fineract-war:build
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:87:
error: cannot find symbol
> Task :integration-tests:compileTestJava
var response = fineractClient().offices.retrieveOffices(false,
column, null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:101:
error: cannot find symbol
var response = fineractClient().offices.retrieveOffices(false,
blank, null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:125:
error: cannot find symbol
var response = fineractClient().offices.retrieveOffices(false,
payload, null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:146:
error: cannot find symbol
var response = fineractClient().offices.retrieveOffices(false,
"(SELECT SLEEP(3))", null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:174:
error: cannot find symbol
var response = fineractClient().offices.retrieveOffices(false,
payload, null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/OfficeTest.java:203:
error: cannot find symbol
var response = fineractClient().offices.retrieveOffices(false,
payload, null).execute();
^
symbol: method retrieveOffices(boolean,String,<null>)
location: variable offices of type OfficesApi
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]