lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 722704f 2/2: Make a unit test less confusing


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 722704f 2/2: Make a unit test less confusing
Date: Fri, 3 Apr 2020 17:42:53 -0400 (EDT)

branch: master
commit 722704f3de9b4f470d7d5686385b6d527d4ce204
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make a unit test less confusing
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2020-03/msg00028.html
---
 authenticity_test.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/authenticity_test.cpp b/authenticity_test.cpp
index 07f589c..f7b679e 100644
--- a/authenticity_test.cpp
+++ b/authenticity_test.cpp
@@ -435,6 +435,12 @@ void PasskeyTest::TestDataFile() const
     os.close();
 
     Authenticity::ResetCache();
+    std::cout
+        << "Expect"
+        << "\n  Integrity check failed for 'coleridge'"
+        << "\nto print:"
+        << std::endl
+        ;
     BOOST_TEST_EQUAL
         ("At least one required file is missing, altered, or invalid."
         " Try reinstalling."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]