mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ACE-4836 Modifications on the FileInfoPropsComparator class so that it takes into account the IS_FOLDER attribute, which is not among the properties. Added FileInfoComparatotTest class.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@120229 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -23,6 +23,7 @@ import junit.framework.JUnit4TestAdapter;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.alfresco.repo.virtual.bundle.FileInfoPropsComparatorTest;
|
||||
import org.alfresco.repo.virtual.bundle.VirtualCheckOutCheckInServiceExtensionTest;
|
||||
import org.alfresco.repo.virtual.bundle.VirtualFileFolderServiceExtensionTest;
|
||||
import org.alfresco.repo.virtual.bundle.VirtualLockableAspectInterceptorExtensionTest;
|
||||
@@ -66,6 +67,7 @@ public class VirtualizationIntegrationTestSuite extends TestSuite implements Vir
|
||||
suite.addTest(new JUnit4TestAdapter(VirtualStoreImplTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(NodeRefPathExpressionTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(TemplateFilingRuleTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(FileInfoPropsComparatorTest.class));
|
||||
|
||||
return suite;
|
||||
|
||||
|
Reference in New Issue
Block a user