lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4c16b73 1/6: Remove a duplicate test case


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4c16b73 1/6: Remove a duplicate test case
Date: Thu, 16 Feb 2017 14:26:57 -0500 (EST)

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

    Remove a duplicate test case
    
    The test at line 378 was identical to the one at line 198.
---
 input_sequence_test.cpp | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/input_sequence_test.cpp b/input_sequence_test.cpp
index 1e76748..de25d8d 100644
--- a/input_sequence_test.cpp
+++ b/input_sequence_test.cpp
@@ -195,7 +195,7 @@ int test_main(int, char*[])
     check(__FILE__, __LINE__, n, d, e, g);
     }
 
-    // {value, @ attained_age}
+    // {value, @ to-attained-age}
     {
     int const n = 10;
     double const d[n] = {1, 1, 1, 3, 3, 3, 5, 5, 5, 7};
@@ -375,16 +375,6 @@ int test_main(int, char*[])
     check(__FILE__, __LINE__, n, d, e, g);
     }
 
-    // {value, @ age} means {value, to-attained-age}
-    {
-    int const n = 10;
-    double const d[n] = {1, 1, 1, 3, 3, 3, 5, 5, 5, 7};
-    std::string const e("1 @93; 3 @96; 5 @99; 7");
-    census += e + "\t\t\t\n";
-    std::string const g("1 [0, @93); 3 address@hidden, @96); 5 address@hidden, 
@99); 7 address@hidden, maturity)");
-    check(__FILE__, __LINE__, n, d, e, g);
-    }
-
     // TODO ?? Test against canonical representation once we define that.
 
     // Test construction from numeric vector.



reply via email to

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