aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-15 09:27:41 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-15 12:53:26 +0200
commit7ecc82079f85a7fa29f122fd2fd78401af0ee799 (patch)
tree832c53e90476d0de0ac661c1014d0df39e7a4954 /tests
parent4088ab4572c5b7cde603aeb1a89bc4515833beaf (diff)
downloadlibquotient-7ecc82079f85a7fa29f122fd2fd78401af0ee799.tar.gz
libquotient-7ecc82079f85a7fa29f122fd2fd78401af0ee799.zip
Connection: connectToServer -> loginWithPassword
connectToServer() is left for compatibility but deprecated.
Diffstat (limited to 'tests')
-rw-r--r--tests/quotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quotest.cpp b/tests/quotest.cpp
index 4f7c4026..ae5ece30 100644
--- a/tests/quotest.cpp
+++ b/tests/quotest.cpp
@@ -169,7 +169,7 @@ TestManager::TestManager(int& argc, char** argv)
{
Q_ASSERT(argc >= 5);
clog << "Connecting to Matrix as " << argv[1] << endl;
- c->connectToServer(argv[1], argv[2], argv[3]);
+ c->loginWithPassword(argv[1], argv[2], argv[3]);
targetRoomName = argv[4];
clog << "Test room name: " << argv[4] << endl;
if (argc > 5) {