[Kst] branches/work/kst/portto4/kst/tests

Adam Treat treat at kde.org
Wed Sep 26 05:56:06 CEST 2007


SVN commit 717111 by treat:

* Move these to be consistent.


 M  +3 -3      main.cpp  
 A             testdatasource.cpp   testdatasources.cpp#717109 [License: GPL (v2+)]
 A             testdatasource.h   testdatasources.h#717109 [License: GPL (v2+)]
 D             testdatasources.cpp  
 D             testdatasources.h  
 M  +4 -4      tests.pro  
 A             testscalar.cpp   testscalars.cpp#717109 [License: GPL (v2+)]
 A             testscalar.h   testscalars.h#717109 [License: GPL (v2+)]
 D             testscalars.cpp  
 D             testscalars.h  


--- branches/work/kst/portto4/kst/tests/main.cpp #717110:717111
@@ -13,16 +13,16 @@
 
 #include <QtTest>
 
-#include "testdatasources.h"
+#include "testdatasource.h"
 #include "testvector.h"
-#include "testscalars.h"
+#include "testscalar.h"
 #include "testmatrix.h"
 
 int main(int argc, char *argv[])
 {
     QCoreApplication app(argc, argv);
 
-    TestDataSources test1;
+    TestDataSource test1;
     QTest::qExec(&test1, argc, argv);
 
     TestVector test2;
--- branches/work/kst/portto4/kst/tests/tests.pro #717110:717111
@@ -21,15 +21,15 @@
 
 SOURCES += \
     main.cpp \
-    testdatasources.cpp \
+    testdatasource.cpp \
     testvector.cpp \
-    testscalars.cpp \
+    testscalar.cpp \
     testmatrix.cpp
 
 HEADERS += \
-    testdatasources.h \
+    testdatasource.h \
     testvector.h \
-    testscalars.h \
+    testscalar.h \
     testmatrix.h
 
 QMAKE_RPATHDIR += $$OUTPUT_DIR/lib $$OUTPUT_DIR/plugin


More information about the Kst mailing list