[Libreoffice-commits] core.git: xmlsecurity/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 5 08:19:12 UTC 2018
xmlsecurity/qa/certext/SanCertExt.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 93dfb99c7032e61ad136824daa975bd174095236
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 3 23:00:02 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 5 10:18:45 2018 +0200
Fix typo in code
It passed "make check" on Linux
Change-Id: I1cb32c359d761410cf8e657f8e4e15694836947e
Reviewed-on: https://gerrit.libreoffice.org/59985
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/xmlsecurity/qa/certext/SanCertExt.cxx b/xmlsecurity/qa/certext/SanCertExt.cxx
index 78bff82e53d6..a961f9cb5ab1 100644
--- a/xmlsecurity/qa/certext/SanCertExt.cxx
+++ b/xmlsecurity/qa/certext/SanCertExt.cxx
@@ -70,7 +70,7 @@ namespace {
void test_DNS();
- void test_Direcory();
+ void test_Directory();
void test_URI();
@@ -86,7 +86,7 @@ namespace {
CPPUNIT_TEST(test_Others);
CPPUNIT_TEST(test_RFC822);
CPPUNIT_TEST(test_DNS);
- CPPUNIT_TEST(test_Direcory);
+ CPPUNIT_TEST(test_Directory);
CPPUNIT_TEST(test_URI);
CPPUNIT_TEST(test_IP);
CPPUNIT_TEST(test_RID);
@@ -203,7 +203,7 @@ namespace {
}
}
- void Test::test_Direcory() {
+ void Test::test_Directory() {
// Not implemented
}
More information about the Libreoffice-commits
mailing list