Skip to content

Commit

Permalink
Start window minimized if flag is given
Browse files Browse the repository at this point in the history
Closes #4507
  • Loading branch information
glysbaysb committed Oct 9, 2021
1 parent a9baa96 commit 94bc82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ void TestCli::testInfo()
QCOMPARE(m_stdout->readLine(), QByteArray("Database name: \n"));
QCOMPARE(m_stdout->readLine(), QByteArray("Description: \n"));
QVERIFY(m_stdout->readLine().contains(
QByteArray("Location: /tmp/testcli"))); // name is randomly generated so just test the path
QByteArray("Location: "))); // name is randomly generated so just test the label
QVERIFY(m_stdout->readLine().contains(
QByteArray("Database created: "))); // date changes often, so just test for the first part
QVERIFY(m_stdout->readLine().contains(
Expand Down

0 comments on commit 94bc82b

Please sign in to comment.