[Libreoffice-commits] core.git: oox/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 27 07:53:28 UTC 2020
oox/qa/unit/CryptoTest.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9623845206e18c6e8c76402fe538aeda95cfab9d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 26 21:04:11 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 27 09:52:54 2020 +0200
Fix typo in code
Tested before split here:
https://gerrit.libreoffice.org/c/core/+/103464
Change-Id: Iadc9dd49762ec63bd8b3edba322bcbf5d0f862a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103487
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/oox/qa/unit/CryptoTest.cxx b/oox/qa/unit/CryptoTest.cxx
index c4058619e5c9..15f9ae158dc4 100644
--- a/oox/qa/unit/CryptoTest.cxx
+++ b/oox/qa/unit/CryptoTest.cxx
@@ -29,7 +29,7 @@ public:
void testRoundUp();
void testStandard2007();
void testAgileEncryptionVerifier();
- void testAgileEncrpytionInfoWritingAndParsing();
+ void testAgileEncryptionInfoWritingAndParsing();
void testAgileDataIntegrityHmacKey();
void testAgileEncryptingAndDecrypting();
@@ -38,7 +38,7 @@ public:
CPPUNIT_TEST(testRoundUp);
CPPUNIT_TEST(testStandard2007);
CPPUNIT_TEST(testAgileEncryptionVerifier);
- CPPUNIT_TEST(testAgileEncrpytionInfoWritingAndParsing);
+ CPPUNIT_TEST(testAgileEncryptionInfoWritingAndParsing);
CPPUNIT_TEST(testAgileDataIntegrityHmacKey);
CPPUNIT_TEST(testAgileEncryptingAndDecrypting);
CPPUNIT_TEST_SUITE_END();
@@ -192,7 +192,7 @@ void CryptoTest::testAgileEncryptionVerifier()
CPPUNIT_ASSERT_EQUAL(true, aEngine.decryptAndCheckVerifierHash(aPassword));
}
-void CryptoTest::testAgileEncrpytionInfoWritingAndParsing()
+void CryptoTest::testAgileEncryptionInfoWritingAndParsing()
{
OUString aPassword("Password");
std::vector<sal_uInt8> aKeyDataSalt;
More information about the Libreoffice-commits
mailing list