Report correct test name

Change-Id: I8181713f28e500b9aaaa60b9c32be304cdf93231
This commit is contained in:
Christophe JAILLET 2012-07-08 19:34:04 +02:00 committed by Bjoern Michaelsen
parent 7f1674d214
commit a076603a60

View file

@ -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"
)
);