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:
Mark Rogers
2016-03-15 11:51:27 +00:00
parent 86664bbe02
commit 7d8f2da5b5

View File

@@ -38,7 +38,7 @@ public class FileTreeCompareImplTest
@Before
public void setUp() throws Exception
{
comparator = new FileTreeCompareImpl();
comparator = new FileTreeCompareImpl(new HashSet<String>(), new HashSet<String>());
}
@Test
@@ -214,7 +214,7 @@ public class FileTreeCompareImplTest
FileUtils.write(t2File, sampleText(tree2.toAbsolutePath().toString()));
// Perform the comparison
comparator = new FileTreeCompareImpl();
comparator = new FileTreeCompareImpl(new HashSet<String>(), new HashSet<String>());
resultSet = comparator.compare(tree1, tree2);
// We should see a difference