summaryrefslogtreecommitdiff
path: root/stoc/test/uriproc/test_uriproc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/uriproc/test_uriproc.cxx')
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index 3cb36343ce32..14132fa70031 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -82,7 +82,7 @@ OString createTestAssertEqualMessage(
char const * expectedExpr, char const * actualExpr, T3 const & expected,
T4 const & actual)
{
- OUStringBuffer buf;
+ OUStringBuffer buf(512);
buf.appendAscii(token1);
buf.append('|');
append(buf, token2);