mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged WOLF-6 (WOLF.0.0) to 5.1.1 (5.1.1)
122755 mward: UTF-378: Fix unit tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.1@124003 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,7 +38,7 @@ public class FileTreeCompareImplTest
|
|||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception
|
public void setUp() throws Exception
|
||||||
{
|
{
|
||||||
comparator = new FileTreeCompareImpl();
|
comparator = new FileTreeCompareImpl(new HashSet<String>(), new HashSet<String>());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@@ -214,7 +214,7 @@ public class FileTreeCompareImplTest
|
|||||||
FileUtils.write(t2File, sampleText(tree2.toAbsolutePath().toString()));
|
FileUtils.write(t2File, sampleText(tree2.toAbsolutePath().toString()));
|
||||||
|
|
||||||
// Perform the comparison
|
// Perform the comparison
|
||||||
comparator = new FileTreeCompareImpl();
|
comparator = new FileTreeCompareImpl(new HashSet<String>(), new HashSet<String>());
|
||||||
resultSet = comparator.compare(tree1, tree2);
|
resultSet = comparator.compare(tree1, tree2);
|
||||||
|
|
||||||
// We should see a difference
|
// We should see a difference
|
||||||
|
Reference in New Issue
Block a user