mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed for MT Node Interceptor
- When MT is enabled, there is still a problem with the translation of NodeRefs for the UserUsage component git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10795 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,6 +29,7 @@ import junit.framework.TestCase;
|
||||
import org.alfresco.repo.transaction.RetryingTransactionHelper.RetryingTransactionCallback;
|
||||
import org.alfresco.service.transaction.TransactionService;
|
||||
import org.alfresco.util.ApplicationContextHelper;
|
||||
import org.alfresco.util.GUID;
|
||||
import org.springframework.beans.factory.NoSuchBeanDefinitionException;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
||||
@@ -42,7 +43,7 @@ public class MultiTNodeServiceInterceptorTest extends TestCase
|
||||
{
|
||||
public static ApplicationContext ctx = ApplicationContextHelper.getApplicationContext();
|
||||
|
||||
private String tenant1 = "tenant1";
|
||||
private String tenant1 = "tenant-" + GUID.generate();
|
||||
private String tenant1Pwd = "pwd1";
|
||||
private boolean enableTest = true;
|
||||
private TransactionService transactionService;
|
||||
|
Reference in New Issue
Block a user