Skip to content

Commit

Permalink
tests removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 29, 2022
1 parent a166922 commit 986b8f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/auto/functional/orm/tiny/model/tst_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1369,8 +1369,6 @@ void tst_Model::update_OnNonExistentModel() const

void tst_Model::update_NonExistentAttribute() const
{
// try {

QFETCH_GLOBAL(QString, connection);

ConnectionOverride::connection = connection;
Expand All @@ -1383,9 +1381,6 @@ void tst_Model::update_NonExistentAttribute() const
Torrent::save() returns true in this case, it's like calling the update() with
no or empty attributes. */
QVERIFY(torrent->update({{"progress-NON_EXISTENT", 333}}));
// } catch (const std::exception &e) {
// qWarning() << e.what();
// }
}

void tst_Model::update_SameValue() const
Expand Down

0 comments on commit 986b8f7

Please sign in to comment.