diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-10-21 09:10:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-10-21 09:25:28 +0300 |
commit | ee4fb9c8eb23642a7305cc6bde08cfbe34039d52 (patch) | |
tree | f2f0e94da7cf21fd0df407bde35522e182a59f3d /xmlsecurity | |
parent | 6b558cf6d9be835fe62912ef9f6e312dc1e61aec (diff) |
Fix comment
Change-Id: Ifd1068066c8711a1fa96ff4ede1fa0017a221617
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/qa/unit/signing/signing.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/qa/unit/signing/signing.cxx b/xmlsecurity/qa/unit/signing/signing.cxx index cd26cd259a44..1edd40ce14ac 100644 --- a/xmlsecurity/qa/unit/signing/signing.cxx +++ b/xmlsecurity/qa/unit/signing/signing.cxx @@ -545,8 +545,9 @@ CPPUNIT_TEST_FIXTURE(SigningTest, testODFUnsignedTimestamp) } // FIXME: For some unknown reason, this test fails on tml's Mac unless it is the only or the first -// test that is run in this CppunitTest program. The CPPUNIT_TEST_FIXTUREs are run in dictionary -// order so use a name for this that makes it the first one to run. +// test that is run in this CppunitTest program. When using our patched bundled cppunit library (as +// we obviously always do on macOS), the CPPUNIT_TEST_FIXTUREs are run in lexicographical order so +// use a name for this test that makes it the first one to run. CPPUNIT_TEST_FIXTURE(SigningTest, aaa_testODFX509CertificateChain) { |