git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket12. The StopOnError parameter is comment out.
[stg.git]
/
tests
/
test_fee_charge_rules.cpp
diff --git
a/tests/test_fee_charge_rules.cpp
b/tests/test_fee_charge_rules.cpp
index 825c2b3687ef16260d1462dd656a021dcf20b505..2df09be425dd6c530430a06ed9ec458e328129ac 100644
(file)
--- a/
tests/test_fee_charge_rules.cpp
+++ b/
tests/test_fee_charge_rules.cpp
@@
-7,6
+7,7
@@
#include "testtariffs.h"
#include "testadmin.h"
#include "teststore.h"
#include "testtariffs.h"
#include "testadmin.h"
#include "teststore.h"
+#include "testservices.h"
namespace tut
{
namespace tut
{
@@
-40,7
+41,8
@@
namespace tut
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
- USER_IMPL user(&settings, &store, &tariffs, &admin, NULL);
+ TEST_SERVICES services;
+ USER_IMPL user(&settings, &store, &tariffs, &admin, NULL, services);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<std::string> & tariffName(user.GetProperty().tariffName);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<std::string> & tariffName(user.GetProperty().tariffName);
@@
-72,7
+74,8
@@
namespace tut
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
- USER_IMPL user(&settings, &store, &tariffs, &admin, NULL);
+ TEST_SERVICES services;
+ USER_IMPL user(&settings, &store, &tariffs, &admin, NULL, services);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<double> & credit(user.GetProperty().credit);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<double> & credit(user.GetProperty().credit);
@@
-118,7
+121,8
@@
namespace tut
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
TEST_TARIFFS tariffs;
TEST_ADMIN admin;
TEST_STORE store;
- USER_IMPL user(&settings, &store, &tariffs, &admin, NULL);
+ TEST_SERVICES services;
+ USER_IMPL user(&settings, &store, &tariffs, &admin, NULL, services);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<double> & credit(user.GetProperty().credit);
USER_PROPERTY<double> & cash(user.GetProperty().cash);
USER_PROPERTY<double> & credit(user.GetProperty().credit);