git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 26. The LogProtocolErrors parameter value check and output to screen
[stg.git]
/
tests
/
test_reconnect_on_tariff_change.cpp
diff --git
a/tests/test_reconnect_on_tariff_change.cpp
b/tests/test_reconnect_on_tariff_change.cpp
index 8e2bb2f986cc4c978fd8b0e5158eb1cf465d9ff5..2bb0438cb6b5cd8fa9ab75f94b56983e2466a379 100644
(file)
--- a/
tests/test_reconnect_on_tariff_change.cpp
+++ b/
tests/test_reconnect_on_tariff_change.cpp
@@
-9,6
+9,7
@@
#include "teststore.h"
#include "testauth.h"
#include "testusers.h"
#include "teststore.h"
#include "testauth.h"
#include "testusers.h"
+#include "testservices.h"
class AFTER_CONNECTED_NOTIFIER : public PROPERTY_NOTIFIER_BASE<bool>,
private NONCOPYABLE {
class AFTER_CONNECTED_NOTIFIER : public PROPERTY_NOTIFIER_BASE<bool>,
private NONCOPYABLE {
@@
-62,7
+63,8
@@
namespace tut
TEST_STORE store;
TEST_AUTH auth;
TEST_USERS users;
TEST_STORE store;
TEST_AUTH auth;
TEST_USERS users;
- USER_IMPL user(&settings, &store, &tariffs, &admin, &users);
+ TEST_SERVICES services;
+ USER_IMPL user(&settings, &store, &tariffs, &admin, &users, services);
AFTER_CONNECTED_NOTIFIER connectionNotifier;
AFTER_CONNECTED_NOTIFIER connectionNotifier;
@@
-119,7
+121,8
@@
namespace tut
TEST_STORE store;
TEST_AUTH auth;
TEST_USERS users;
TEST_STORE store;
TEST_AUTH auth;
TEST_USERS users;
- USER_IMPL user(&settings, &store, &tariffs, &admin, &users);
+ TEST_SERVICES services;
+ USER_IMPL user(&settings, &store, &tariffs, &admin, &users, services);
AFTER_CONNECTED_NOTIFIER connectionNotifier;
AFTER_CONNECTED_NOTIFIER connectionNotifier;