lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ce2981d 7/7: Improve census-paste counterpart


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ce2981d 7/7: Improve census-paste counterpart of a unit test
Date: Fri, 24 Feb 2017 15:22:53 -0500 (EST)

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

    Improve census-paste counterpart of a unit test
    
    The improved test has a gap that is to be filled with the default
    keyword. Formerly, one of the explicitly specified keyword was the
    same as the default; now it is distinct.
---
 input_sequence_test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index ab47686..9ceacaa 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -515,8 +515,8 @@ int test_main(int, char*[])
     strvec const c      {"q", "q", "z", "z", "p"};
     double const d[n] = { 0 ,  0 ,  0 ,  0 ,  0 };
     std::string const e("q [0, 2); p [4, maturity)");
-    census += "\tannual [0, 2); monthly [4, maturity)\t\t\n";
-    // 'annual 2; annual 4; monthly'
+    census += "\tquarterly [0, 2); monthly [4, maturity)\t\t\n";
+    // 'quarterly 2; annual 4; monthly'
     std::string const g("q [0, 2); z [2, 4); p [4, maturity)");
     strvec const k{"p", "q", "z"};
     bool const o = true;



reply via email to

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