percyashu commented on a change in pull request #707: FINERACT-775 Clean up Util URL: https://github.com/apache/fineract/pull/707#discussion_r373870297
########## File path: fineract-provider/src/test/java/org/apache/fineract/common/Utils.java ########## @@ -28,13 +28,11 @@ import com.jayway.restassured.path.json.JsonPath; import com.jayway.restassured.specification.RequestSpecification; import com.jayway.restassured.specification.ResponseSpecification; -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.util.Locale; -import java.util.Random; import org.apache.commons.lang.StringUtils; import org.apache.http.conn.HttpHostConnectException; + + /** * Util for RestAssured tests. This class here in src/test is copy/pasted :( * from and identical to the one in src/integrationTest; please keep it in sync. Review comment: @vorburger src/integrationTest seems to be already clean since all methods are used in integration unlike those copied into src/test ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
