Hello everyone... I've download the core clases of appfuse into my project and changed the table names... Everything works except the tests :)
I'm using Struts 2 in AppFuse 2.0.1 I've started the app without the tests and checked if everything was working, and it is... but when I test it the BaseActionTest is trying to get the app_user table which indeed doesn't exist. What do I need to change so that the tests know that the table name has changed? David M.
