[Libreoffice-commits] core.git: sc/qa
Jens Carl
j.carl43 at gmx.de
Sun Aug 6 16:23:09 UTC 2017
sc/qa/extras/sccellobj.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 61fb52a38d752b955c1a43af50fa1467810822e3
Author: Jens Carl <j.carl43 at gmx.de>
Date: Sun Aug 6 07:18:51 2017 +0000
Fix typo in test documents path
Change-Id: Icffe32e55bdf6d425b0f68adcd04f15f6100616b
Reviewed-on: https://gerrit.libreoffice.org/40802
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/qa/extras/sccellobj.cxx b/sc/qa/extras/sccellobj.cxx
index 3ee66bb19789..c50fd3e2ebc4 100644
--- a/sc/qa/extras/sccellobj.cxx
+++ b/sc/qa/extras/sccellobj.cxx
@@ -48,7 +48,7 @@ sal_Int32 ScCellObj::nTest = 0;
uno::Reference< lang::XComponent > ScCellObj::mxComponent;
ScCellObj::ScCellObj()
- : CalcUnoApiTest("/sc/qa/extrax/testdocuments")
+ : CalcUnoApiTest("/sc/qa/extras/testdocuments")
{
}
More information about the Libreoffice-commits
mailing list