From bbad6bd3e4fca2d8f85faeab94eb83a6b6087191 Mon Sep 17 00:00:00 2001
From: Elena Mamontova <helenh463@gmail.com>
Date: Wed, 14 Sep 2016 17:52:56 +0300
Subject: [PATCH] Ticket 37. The false parameter changed to true and 'Prohibit
 equal' changed to 'Allow equal' in the ensure_equals() function for the
 'equal' object in  testobject::test<9>() function.

---
 tests/test_tariff.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_tariff.cpp b/tests/test_tariff.cpp
index 90c91d31..188aee8a 100644
--- a/tests/test_tariff.cpp
+++ b/tests/test_tariff.cpp
@@ -418,7 +418,7 @@ namespace tut
         td.tariffConf.fee = 100;
         TARIFF_IMPL equal(td);
 
-        ensure_equals("Prohibit equal", tariff.TariffChangeIsAllowed(equal).empty(), false);
+        ensure_equals("Allow equal", tariff.TariffChangeIsAllowed(equal).empty(), true);
 
         td.tariffConf.fee = 150;
         TARIFF_IMPL expensive(td);
-- 
2.44.2