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 3b92154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ void TestCli::testInfo()
QCOMPARE(m_stdout->readLine(), QByteArray("Recycle bin is enabled.\n"));
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
QVERIFY(
m_stdout->readLine().contains(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 3b92154

Please sign in to comment.