Temp workaround to fix the failing integration tests

This commit is contained in:
Tuna Aksoy
2016-10-05 23:58:05 +01:00
parent 8356cc1824
commit 1928e120da

View File

@@ -106,6 +106,7 @@ public abstract class BaseRMTestCase extends RetryingTransactionHelperTestCase
return new String[] return new String[]
{ {
"classpath:alfresco/application-context.xml", "classpath:alfresco/application-context.xml",
"classpath:alfresco/web-scripts-application-context.xml",
"classpath:test-context.xml" "classpath:test-context.xml"
}; };
} }