[Kst] branches/work/kst/portto4/kst/tests
Barth Netterfield
netterfield at astro.utoronto.ca
Mon Jul 14 03:24:11 CEST 2008
SVN commit 832080 by netterfield:
clean up dead code (and make tests compile)
M +0 -1 testcsd.cpp
M +0 -1 testdatamatrix.cpp
M +0 -1 testdatasource.cpp
M +0 -1 testeditablematrix.cpp
M +0 -1 testeqparser.cpp
M +0 -1 testgeneratedmatrix.cpp
M +0 -1 testhistogram.cpp
M +0 -1 testlabelparser.cpp
M +0 -1 testmatrix.cpp
M +0 -1 testpsd.cpp
M +0 -1 testscalar.cpp
M +0 -1 testvector.cpp
--- branches/work/kst/portto4/kst/tests/testcsd.cpp #832079:832080
@@ -18,7 +18,6 @@
#include <qdir.h>
#include <qfile.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#define protected public
--- branches/work/kst/portto4/kst/tests/testdatamatrix.cpp #832079:832080
@@ -17,7 +17,6 @@
#include <datasource.h>
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#include <QXmlStreamAttributes>
--- branches/work/kst/portto4/kst/tests/testdatasource.cpp #832079:832080
@@ -20,7 +20,6 @@
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#define protected public
--- branches/work/kst/portto4/kst/tests/testeditablematrix.cpp #832079:832080
@@ -15,7 +15,6 @@
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#include <editablematrix.h>
--- branches/work/kst/portto4/kst/tests/testeqparser.cpp #832079:832080
@@ -30,7 +30,6 @@
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
--- branches/work/kst/portto4/kst/tests/testgeneratedmatrix.cpp #832079:832080
@@ -17,7 +17,6 @@
#include <datasource.h>
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#include <QXmlStreamAttributes>
--- branches/work/kst/portto4/kst/tests/testhistogram.cpp #832079:832080
@@ -15,7 +15,6 @@
#include <generatedvector.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
#define protected public
--- branches/work/kst/portto4/kst/tests/testlabelparser.cpp #832079:832080
@@ -14,7 +14,6 @@
#include <QtTest>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
--- branches/work/kst/portto4/kst/tests/testmatrix.cpp #832079:832080
@@ -16,7 +16,6 @@
#include <matrix.h>
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
--- branches/work/kst/portto4/kst/tests/testpsd.cpp #832079:832080
@@ -23,7 +23,6 @@
#undef protected
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
--- branches/work/kst/portto4/kst/tests/testscalar.cpp #832079:832080
@@ -21,7 +21,6 @@
#include <math_kst.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
--- branches/work/kst/portto4/kst/tests/testvector.cpp #832079:832080
@@ -15,7 +15,6 @@
#include <vector.h>
#include <datacollection.h>
-#include <dataobjectcollection.h>
#include <objectstore.h>
static Kst::ObjectStore _store;
More information about the Kst
mailing list