Skip to content

Commit

Permalink
cleanup (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lene committed Mar 28, 2014
1 parent 02be545 commit bf6994a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions tests/Test_ChangeDir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

using namespace UnitTests;

void Test_ChangeDir::initTestCase() {
}

void Test_ChangeDir::dirIsChanged() {
QTemporaryDir temp_dir;
test(temp_dir.isValid(), std::string("temporary directory created"));
Expand Down
5 changes: 1 addition & 4 deletions tests/Test_ChangeDir.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ class Test_ChangeDir: public QObject {

Q_OBJECT

private slots:

void initTestCase();

private slots:
void dirIsChanged();
void changeBackOnExit();

Expand Down

0 comments on commit bf6994a

Please sign in to comment.