Activity Service

- upgrade fix
- unit tests / build fix

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9135 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-05-16 12:41:19 +00:00
parent 9961d351fa
commit f4cb223537
4 changed files with 40 additions and 3 deletions

View File

@@ -52,6 +52,10 @@ public abstract class BaseSpringTest extends AbstractTransactionalDataSourceSpri
*/
public BaseSpringTest()
{
// TODO temporarily switch default to auto-wire by name
this.setAutowireMode(AUTOWIRE_BY_NAME);
//this.setDependencyCheck(false);
defaultContext = false;
}
@@ -96,9 +100,6 @@ public abstract class BaseSpringTest extends AbstractTransactionalDataSourceSpri
// The derived class is using the default context
defaultContext = true;
this.setAutowireMode(AUTOWIRE_BY_NAME);
//this.setDependencyCheck(false);
if (logger.isDebugEnabled())
{
logger.debug("Getting config locations");