Skip to content

Commit

Permalink
Investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Dec 26, 2024
1 parent e506abc commit 2c51f69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions autotests/testsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ void TestSettings::accountSettings()
QCOMPARE(accSettings.userId(), mxId);
QCOMPARE(accSettings.group(), AccountsGroupName % u'/' % escapedMxId);
accSettings.setDeviceName(deviceName);
QCOMPARE(accSettings.deviceName(), deviceName);
// QCOMPARE(accSettings.deviceName(), deviceName);
accSettings.setHomeserver(homeserverUrl);
QCOMPARE(accSettings.homeserver(), homeserverUrl);
// QCOMPARE(accSettings.homeserver(), homeserverUrl);
accSettings.endGroup();
accSettings.sync();
qDebug() << "Settings status:" << accSettings.status();
}

qSettings.sync();
Expand Down

0 comments on commit 2c51f69

Please sign in to comment.