lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5044] Remove a DWIM exception to consistency testing


From: Greg Chicares
Subject: [lmi-commits] [5044] Remove a DWIM exception to consistency testing
Date: Tue, 20 Jul 2010 23:51:36 +0000

Revision: 5044
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5044
Author:   chicares
Date:     2010-07-20 23:51:36 +0000 (Tue, 20 Jul 2010)
Log Message:
-----------
Remove a DWIM exception to consistency testing

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_basicval.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-07-20 19:23:49 UTC (rev 5043)
+++ lmi/trunk/ChangeLog 2010-07-20 23:51:36 UTC (rev 5044)
@@ -26403,3 +26403,9 @@
 "Avoid THEN-IF and null ELSE" advice in TEoPS with any type of
 selection-statement.
 
+20100720T2351Z <address@hidden> [688]
+
+  ihs_basicval.cpp
+Remove a DWIM exception to consistency testing, inducing a regression
+in system testing that must be analyzed.
+

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2010-07-20 19:23:49 UTC (rev 5043)
+++ lmi/trunk/ihs_basicval.cpp  2010-07-20 23:51:36 UTC (rev 5044)
@@ -936,20 +936,6 @@
 //============================================================================
 void BasicValues::TestPremiumTaxLoadConsistency()
 {
-    // If premium-tax load doesn't vary by duration or state, then
-    // assume that the intention is to override tiering even in
-    // states that have tiered premium-tax rates. For instance, if
-    // a flat two percent is coded for every state, then it is
-    // probably desired to ignore all state variations and nuances.
-    //
-    // TODO ?? Don't override parameters--instead, only detect and
-    // report inconsistencies.
-    //
-    if(!Database_->varies_by_state(DB_PremTaxLoad))
-        {
-        return;
-        }
-
     if(StratifiedCharges_->premium_tax_is_tiered(GetStateOfJurisdiction()))
         {
         PremiumTaxLoadIsTieredInStateOfJurisdiction = true;




reply via email to

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