Merge from SEAMIST3

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10733 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2008-09-04 11:22:17 +00:00
parent 57c7de2df6
commit d2619d5ea9
208 changed files with 11651 additions and 7705 deletions

View File

@@ -152,7 +152,7 @@ public class BaseCMISWebScriptTest extends BaseWebScriptTest
throw new IOException(classPath + " not found.");
}
InputStreamReader reader = new InputStreamReader(input);
InputStreamReader reader = new InputStreamReader(input, "UTF-8");
StringWriter writer = new StringWriter();
try