lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4972] Update unit test to reflect diagnostics changed 201


From: Greg Chicares
Subject: [lmi-commits] [4972] Update unit test to reflect diagnostics changed 20100601T2004Z
Date: Fri, 04 Jun 2010 16:20:27 +0000

Revision: 4972
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4972
Author:   chicares
Date:     2010-06-04 16:20:27 +0000 (Fri, 04 Jun 2010)
Log Message:
-----------
Update unit test to reflect diagnostics changed 20100601T2004Z

Modified Paths:
--------------
    lmi/trunk/authenticity_test.cpp

Modified: lmi/trunk/authenticity_test.cpp
===================================================================
--- lmi/trunk/authenticity_test.cpp     2010-06-01 20:05:23 UTC (rev 4971)
+++ lmi/trunk/authenticity_test.cpp     2010-06-04 16:20:27 UTC (rev 4972)
@@ -350,20 +350,20 @@
     BOOST_TEST_EQUAL("cached"   , Authenticity::Assay(last_date, Pwd_));
 
     BOOST_TEST_EQUAL
-        ("Current date '2000-12-31' is invalid:"
-        " this system cannot be used before '2001-01-01'."
+        ("Current date 2000-12-31 is invalid:"
+        " this system cannot be used before 2001-01-01."
         " Contact the home office."
         ,Authenticity::Assay(BeginDate_ - 1, Pwd_)
         );
     BOOST_TEST_EQUAL
-        ("Current date '2001-01-03' is invalid:"
-        " this system expired on '2001-01-03'."
+        ("Current date 2001-01-03 is invalid:"
+        " this system cannot be used after 2001-01-02."
         " Contact the home office."
         ,Authenticity::Assay(EndDate_, Pwd_)
         );
     BOOST_TEST_EQUAL
-        ("Current date '2001-01-13' is invalid:"
-        " this system expired on '2001-01-03'."
+        ("Current date 2001-01-13 is invalid:"
+        " this system cannot be used after 2001-01-02."
         " Contact the home office."
         ,Authenticity::Assay(EndDate_ + 10, Pwd_)
         );




reply via email to

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