mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
fix for Qt 5.9
This commit is contained in:
parent
cae10a3619
commit
b73ea440c7
@ -117,9 +117,9 @@ void UnitTest::connectToDB()
|
||||
QVERIFY(db->getOpened());
|
||||
qDebug() << db->getTestMessage(1);
|
||||
QVERIFY(true);
|
||||
QCOMPARE(db->getTestMessage(1), "Hello world");
|
||||
QCOMPARE(db->getTestMessage(1), QStringLiteral("Hello world"));
|
||||
db->createTestRecord("Does it work?");
|
||||
QCOMPARE(db->getTestMessage(2), "Does it work?");
|
||||
QCOMPARE(db->getTestMessage(2), QStringLiteral("Does it work?"));
|
||||
}
|
||||
|
||||
void UnitTest::debugConnection()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user