Files
alfresco-community-repo/rm-automation/rm-automation-community-rest-api
Tom Page dab4cf405d RM-4159 Wrap the RestWrapper rather than extending it.
Previously we were hitting an issue where there were three beans all of the
type RestWrapper. This meant that Spring could not determine which bean
should be used when autowiring.  By wrapping the RestWrapper we ensure there
is only one bean of that type, and so Spring knows which bean to use (in the
TAS code).  After some debate I decided against renaming the RMRestWrapper
as RestWrapperWrapper.
2017-01-25 11:07:11 +00:00
..

FIXME: Add more info to the README file

In order to change the value of a property in "config.properties" create a file called "local.properties" under src/test/resources and redefine the property with the new value.