Merged WOLF-6 (WOLF.0.0) to 5.1.1 (5.1.1)

122860 mward: UTF-378: improved test to ensure multiple occurrences of replacement text are all replaced.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.1@124016 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2016-03-15 11:55:55 +00:00
parent 09520372e4
commit 5a22fd095c

View File

@@ -252,6 +252,7 @@ public class FileTreeCompareImplTest
sb.append("This is some example text\n");
sb.append("...in tree: "+absPath);
sb.append(" ...and here is some more text.\n");
sb.append("...but wait! here's an absolute path again:"+absPath+", yes.");
sb.append("The End.");
return sb.toString();
}