Skip to content
Snippets Groups Projects
Commit 16db98b5 authored by Armin Felder's avatar Armin Felder
Browse files

server version

parent 315c3334
No related branches found
No related tags found
1 merge request!42Citests
......@@ -24,7 +24,7 @@ void ApiCompatTests::initTestCase()
std::get<0>( RocketChatServerConfig::serverVersion ) = MAJOR;
std::get<1>( RocketChatServerConfig::serverVersion ) = MINOR;
std::get<2>( RocketChatServerConfig::serverVersion ) = PATCH;
mDDPApi = new MeteorDDP( this, "localhost:3000", false );
mDDPApi = new MeteorDDP( this, "rocketchat:3000", false );
QSignalSpy spy( mDDPApi, SIGNAL( websocketConnected() ) );
QVERIFY( spy.wait() );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment