lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4c54e90 02/14: Self test: explicitly specify


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4c54e90 02/14: Self test: explicitly specify product
Date: Sat, 29 Aug 2020 19:34:48 -0400 (EDT)

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

    Self test: explicitly specify product
    
    To emphasize reproducibility, specified a particular product to be used
    for the self test, regardless of user-customized default input (which is
    at present ignored for the self test...but that could change someday).
---
 main_cli.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main_cli.cpp b/main_cli.cpp
index 9ade5ee..3b8a571 100644
--- a/main_cli.cpp
+++ b/main_cli.cpp
@@ -76,6 +76,7 @@ void self_test()
     illustrator z(mce_emit_nothing);
 
     Input IP;
+    IP["ProductName"       ] = "sample2naic";
     IP["Gender"            ] = "Male";
     IP["Smoking"           ] = "Nonsmoker";
     IP["UnderwritingClass" ] = "Standard";



reply via email to

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