[Libreoffice-commits] core.git: stoc/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 18 12:27:18 UTC 2020
stoc/test/testiadapter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit da552b29a4c894e02262c3ea26f231cf1a9a0858
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 18 12:52:24 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 18 14:26:38 2020 +0200
Fix typo in code
Change-Id: I66c0d8fc4d307c376af20673e756944626df907b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94411
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx
index ced8c836f5ea..1525032d2af3 100644
--- a/stoc/test/testiadapter.cxx
+++ b/stoc/test/testiadapter.cxx
@@ -924,7 +924,7 @@ sal_Bool raiseException( const Reference<XLanguageBindingTest > & xLBT )
{
OSL_ENSURE( aExc.Message.startsWith("dum dum dum I dance around the circle..."),
"### unexpected exception content!" );
- return aExc.Messag.startsWith("dum dum dum I dance around the circle...");
+ return aExc.Message.startsWith("dum dum dum I dance around the circle...");
}
return sal_False;
}
More information about the Libreoffice-commits
mailing list