Copy default resources to server instead of having a fallback to ewoksserver resources
- Removed all fallbacks for
binary
andjson
resources (as well as the test) - Copy default resources (if not already existing) at the end of the app configuration. I thought
init_context
would have been the perfect place but it is not called in the test fixture providing the app.
Edited by Loic Huder