diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7a816d825..d0fc85996 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ include_directories(${CMAKE_CURRENT_LIST_DIR}/../src) include(owncloud_add_test.cmake) -owncloud_add_test(DanimoStinkt) +owncloud_add_test(First) diff --git a/test/testdanimostinkt.h b/test/testfirst.h similarity index 68% rename from test/testdanimostinkt.h rename to test/testfirst.h index 0ca68a717..aefc46215 100644 --- a/test/testdanimostinkt.h +++ b/test/testfirst.h @@ -4,18 +4,18 @@ any purpose. */ -#ifndef MIRALL_TESTDANIMOSTINKT_H -#define MIRALL_TESTDANIMOSTINKT_H +#ifndef MIRALL_TESTFIRST_H +#define MIRALL_TESTFIRST_H #include -class TestDanimoStinkt : public QObject +class TestFirst : public QObject { Q_OBJECT private slots: - void testBadSmell() + void testTheFirstThing() { QVERIFY( true ); }