зеркало из https://github.com/nextcloud/desktop.git
Renamed test case to get rid of stinking name.
This commit is contained in:
Родитель
16d81db117
Коммит
ba01a697e6
|
@ -1,4 +1,4 @@
|
|||
include_directories(${CMAKE_CURRENT_LIST_DIR}/../src)
|
||||
include(owncloud_add_test.cmake)
|
||||
|
||||
owncloud_add_test(DanimoStinkt)
|
||||
owncloud_add_test(First)
|
||||
|
|
|
@ -4,18 +4,18 @@
|
|||
any purpose.
|
||||
*/
|
||||
|
||||
#ifndef MIRALL_TESTDANIMOSTINKT_H
|
||||
#define MIRALL_TESTDANIMOSTINKT_H
|
||||
#ifndef MIRALL_TESTFIRST_H
|
||||
#define MIRALL_TESTFIRST_H
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
||||
class TestDanimoStinkt : public QObject
|
||||
class TestFirst : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
void testBadSmell()
|
||||
void testTheFirstThing()
|
||||
{
|
||||
QVERIFY( true );
|
||||
}
|
Загрузка…
Ссылка в новой задаче