Skip to content

Fix harcoded testing loop

This will make the testing loop from CNNCreator dynamic instead of being hardcoded.

NOTE: I had to implement a workaround for a maven-surefire-plugin bug that causes the failure of BranchJobLinux. The error occurred when reaching the tests: Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter References: https://issues.apache.org/jira/browse/SUREFIRE-1588 https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class?noredirect=1&lq=1

Merge request reports