xmlsecurity/qa/unit/signing/signing.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit ee4fb9c8eb23642a7305cc6bde08cfbe34039d52
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Oct 21 09:10:05 2021 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Oct 21 09:25:28 2021 +0300

    Fix comment
    
    Change-Id: Ifd1068066c8711a1fa96ff4ede1fa0017a221617

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)
 {

Reply via email to