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/TestMatrix.cpp | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'sigcore/test/TestMatrix.cpp') diff --git a/sigcore/test/TestMatrix.cpp b/sigcore/test/TestMatrix.cpp index 908ae80b..53cf57ea 100644 --- a/sigcore/test/TestMatrix.cpp +++ b/sigcore/test/TestMatrix.cpp @@ -15,37 +15,12 @@ * with this program. If not, see . */ -// Sigcore includes -#include "../Matrix.h" +// Header include +#include "TestMatrix.h" // Qt includes #include -class TestMatrix : public QObject -{ - Q_OBJECT - - private slots: - void addRow(); - void addColumn(); - void insertRow(); - void insertColumn(); - void deleteRow(); - void deleteColumn(); - - void clear(); - - void resize(); - - void row(); - void column(); - - void access(); - - void assignment(); - void equal(); -}; - void TestMatrix::addRow() { Sigcore::Matrix mat; -- cgit