summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7dc3852)
- testobject::test<10>() functions.
ensure_equals("Allow cheaper", tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
ensure_equals("Allow cheaper", tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
- TARIFF_IMPL equals(td);
- ensure_equals("Allow equal", tariff.TariffChangeIsAllowed(equals).empty(), true);
+ ensure_equals("Allow equal", tariff.TariffChangeIsAllowed(equal).empty(), true);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
ensure_equals("Allow cheaper", tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
ensure_equals("Allow cheaper", tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
- TARIFF_IMPL equals(td);
- ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equals).empty(), true);
+ ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equal).empty(), true);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
ensure_equals("Allow cheaper", !tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
ensure_equals("Allow cheaper", !tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
- TARIFF_IMPL equals(td);
- ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equals).empty(), true);
+ ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equal).empty(), true);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
ensure_equals("Allow cheaper", !tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
ensure_equals("Allow cheaper", !tariff.TariffChangeIsAllowed(cheaper).empty(), true);
td.tariffConf.fee = 100;
- TARIFF_IMPL equals(td);
- ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equals).empty(), true);
+ ensure_equals("Allow equal", !tariff.TariffChangeIsAllowed(equal).empty(), true);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);
td.tariffConf.fee = 150;
TARIFF_IMPL expensive(td);