lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ff2f404 04/11: Use a more informative unit-te


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ff2f404 04/11: Use a more informative unit-test macro
Date: Thu, 15 Jul 2021 14:57:10 -0400 (EDT)

branch: master
commit ff2f404dd4cf5df2c0f97ff767aede7dfc707232
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Use a more informative unit-test macro
---
 zero_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zero_test.cpp b/zero_test.cpp
index 4569ea7..1110438 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -501,7 +501,7 @@ void test_celebrated_equation()
  12 Q 2.0945514815423265 -8.8817841970012523e-16 2.0945514815423274 
9.7699626167013776e-15 2.0945566700001779 5.7910818359374616e-05
 )--cut-here--";
 
-    LMI_TEST(verified == oss.str());
+    LMI_TEST_EQUAL(verified, oss.str());
 #endif // defined LMI_X86_64 && defined LMI_POSIX
 }
 



reply via email to

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