rater/core/insurance (_factor_): gt{=>e} for negative assertions

master
Mike Gerwitz 2019-01-02 16:56:57 -05:00
parent c3c7cfeeff
commit dec3f2ef35
1 changed files with 2 additions and 2 deletions

View File

@ -314,13 +314,13 @@
<unless name="@generates@" eq="">
<t:assert failure="{@generates@} must not yield a negative value
for any index">
<t:match-gt on="@generates@" value="ZERO" />
<t:match-gte on="@generates@" value="ZERO" />
</t:assert>
</unless>
<unless name="@yields@" eq="">
<t:assert failure="{@yields@} must not yield a negative value">
<t:match-gt on="@yields@" value="ZERO" />
<t:match-gte on="@yields@" value="ZERO" />
</t:assert>
</unless>
</unless>