diff --git a/tests/auto/functional/orm/tiny/relations_insrt_updt/tst_relations_inserting_updating.cpp b/tests/auto/functional/orm/tiny/relations_insrt_updt/tst_relations_inserting_updating.cpp index 8284e5259..ccb51c26c 100644 --- a/tests/auto/functional/orm/tiny/relations_insrt_updt/tst_relations_inserting_updating.cpp +++ b/tests/auto/functional/orm/tiny/relations_insrt_updt/tst_relations_inserting_updating.cpp @@ -2566,9 +2566,9 @@ void tst_Relations_Inserting_Updating::sync_BasicPivot_IdsWithAttributes() const } const auto changed = tag5->torrents()->sync( - {{torrent100[ID]->value(), {{"active", true}}}, - {torrent101[ID]->value(), {{"active", false}}}, - {torrent103[ID]->value(), {{"active", true}}}}); + {{torrent100[ID]->value(), {{"active", true}}}, + {torrent101[ID]->value(), {{"active", false}}}, + {torrent103[ID]->value(), {{"active", true}}}}); // Verify result QVERIFY(changed.isValidKey(Attached)); @@ -2783,9 +2783,9 @@ void tst_Relations_Inserting_Updating::sync_CustomPivot_IdsWithAttributes() cons } const auto changed = torrent5->tags()->sync( - {{tag100[ID]->value(), {{"active", true}}}, - {tag101[ID]->value(), {{"active", false}}}, - {tag103[ID]->value(), {{"active", true}}}}); + {{tag100[ID]->value(), {{"active", true}}}, + {tag101[ID]->value(), {{"active", false}}}, + {tag103[ID]->value(), {{"active", true}}}}); // Verify result QVERIFY(changed.isValidKey(Attached)); @@ -3023,9 +3023,9 @@ void tst_Relations_Inserting_Updating:: } const auto changed = tag5->torrents()->syncWithoutDetaching( - {{torrent100[ID]->value(), {{"active", true}}}, - {torrent101[ID]->value(), {{"active", false}}}, - {torrent103[ID]->value(), {{"active", true}}}}); + {{torrent100[ID]->value(), {{"active", true}}}, + {torrent101[ID]->value(), {{"active", false}}}, + {torrent103[ID]->value(), {{"active", true}}}}); // Verify result QVERIFY(changed.isValidKey(Attached)); @@ -3236,9 +3236,9 @@ void tst_Relations_Inserting_Updating:: } const auto changed = torrent5->tags()->syncWithoutDetaching( - {{tag100[ID]->value(), {{"active", true}}}, - {tag101[ID]->value(), {{"active", false}}}, - {tag103[ID]->value(), {{"active", true}}}}); + {{tag100[ID]->value(), {{"active", true}}}, + {tag101[ID]->value(), {{"active", false}}}, + {tag103[ID]->value(), {{"active", true}}}}); // Verify result QVERIFY(changed.isValidKey(Attached));