Skip to content

Commit

Permalink
Merge pull request #1 from louib/feature/js-cli-import-fix-tests
Browse files Browse the repository at this point in the history
Fix import tests.
  • Loading branch information
jsachs authored Oct 2, 2019
2 parents cb15280 + a842617 commit bdddab9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/cli/Create.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "Command.h"

#include "keys/FileKey.h"
#include "keys/PasswordKey.h"

class Create : public Command
{
Expand Down
2 changes: 0 additions & 2 deletions src/cli/Import.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#include "Command.h"

#include "keys/PasswordKey.h"

class Import : public Command
{
public:
Expand Down
2 changes: 0 additions & 2 deletions tests/TestCli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,6 @@ void TestCli::testImport()
QString errorMessage = QString("File " + databaseFilename + " already exists.\n");
QCOMPARE(m_stderrFile->readAll(), errorMessage.toUtf8());

m_stdoutFile->reset();

// Quiet option
QScopedPointer<QTemporaryDir> testDirQuiet(new QTemporaryDir());
QString databaseFilenameQuiet = testDirQuiet->path() + "testImport2.kdbx";
Expand Down

0 comments on commit bdddab9

Please sign in to comment.