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:
Roxana Dina
2015-12-15 15:27:24 +00:00
parent 56ffc625c9
commit b0801bfbb4
3 changed files with 198 additions and 0 deletions

View File

@@ -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;