forked from qt-creator/qt-creator
UnitTests: Make test fore robust
Change-Id: I6e92f242f759a89a11c77d862b5158c86b2b7a5a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -330,7 +330,7 @@ TEST_F(SqliteDatabase, SessionsCommit)
|
||||
.write(2, "hoo");
|
||||
database.applyAndUpdateSessions();
|
||||
|
||||
ASSERT_THAT(names(), ElementsAre("foo", "bar"));
|
||||
ASSERT_THAT(names(), UnorderedElementsAre("foo", "bar"));
|
||||
}
|
||||
|
||||
TEST_F(SqliteDatabase, SessionsRollback)
|
||||
|
Reference in New Issue
Block a user