From eb2308b8035302b76f794e83b9cf5c5f4cff7a4c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 23 Dec 2008 15:57:34 -0500 Subject: Reverted to using headers for tests again --- sigcore/test/TestHat.cpp | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'sigcore/test/TestHat.cpp') diff --git a/sigcore/test/TestHat.cpp b/sigcore/test/TestHat.cpp index 78d39f25..215744a7 100644 --- a/sigcore/test/TestHat.cpp +++ b/sigcore/test/TestHat.cpp @@ -15,26 +15,12 @@ * with this program. If not, see . */ -// Sigcore includes -#include "../Hat.h" +// Header include +#include "TestHat.h" // Qt includes #include -class TestHat : public QObject -{ - Q_OBJECT - - private slots: - void initTestCase(); - void pick(); - void take(); - void takeAndClear(); - void setCount(); - void add(); - void chance(); -}; - void TestHat::initTestCase() { qsrand(QDateTime::currentDateTime().toTime_t()); -- cgit