diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2012-07-08 19:34:04 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-07-08 19:34:04 +0200 |
commit | a076603a602cef9ce1fb7ef094fddd05b92cce58 (patch) | |
tree | c9af4e8e8b076365523f09fc330a04b1dd5e2eed /sal/qa | |
parent | 7f1674d214c1567638412dba89633b5d5f8d4924 (diff) |
Report correct test name
Change-Id: I8181713f28e500b9aaaa60b9c32be304cdf93231
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl_strings/rtl_OUString.cxx | 2 |
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" ) ); |