summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2012-07-08 19:34:04 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-07-08 19:34:04 +0200
commita076603a602cef9ce1fb7ef094fddd05b92cce58 (patch)
treec9af4e8e8b076365523f09fc330a04b1dd5e2eed
parent7f1674d214c1567638412dba89633b5d5f8d4924 (diff)
Report correct test name
Change-Id: I8181713f28e500b9aaaa60b9c32be304cdf93231
-rw-r--r--sal/qa/rtl_strings/rtl_OUString.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl_strings/rtl_OUString.cxx b/sal/qa/rtl_strings/rtl_OUString.cxx
index 8271253c67e2..64b9aa114036 100644
--- a/sal/qa/rtl_strings/rtl_OUString.cxx
+++ b/sal/qa/rtl_strings/rtl_OUString.cxx
@@ -153,7 +153,7 @@ static sal_Bool test_rtl_OUString_ctor_005( hTestResult hRtlTestResult )
hRtlTestResult,
aUStr == aUStr1,
"New OUString from the first n characters of unicode string",
- "ctor_004"
+ "ctor_005"
)
);