[Kst] branches/work/kst/portto4/kst/tests
Adam Treat
treat at kde.org
Thu Sep 27 18:35:42 CEST 2007
SVN commit 717822 by treat:
* Don't issue warnings when we don't even have
relevant tests for these datasources.
M +10 -0 testdatasource.cpp
--- branches/work/kst/portto4/kst/tests/testdatasource.cpp #717821:717822
@@ -433,30 +433,40 @@
void TestDataSource::testCDF() {
+ return; //FIXME remove when we actually have some tests for this datasource.
+
if (!_plugins.contains("CDF File Reader"))
QSKIP("...couldn't find plugin.", SkipAll);
}
void TestDataSource::testFrame() {
+ return; //FIXME remove when we actually have some tests for this datasource.
+
if (!_plugins.contains("Frame Reader"))
QSKIP("...couldn't find plugin.", SkipAll);
}
void TestDataSource::testIndirect() {
+ return; //FIXME remove when we actually have some tests for this datasource.
+
if (!_plugins.contains("Indirect File Reader"))
QSKIP("...couldn't find plugin.", SkipAll);
}
void TestDataSource::testLFI() {
+ return; //FIXME remove when we actually have some tests for this datasource.
+
if (!_plugins.contains("LFIIO Reader"))
QSKIP("...couldn't find plugin.", SkipAll);
}
void TestDataSource::testPlanck() {
+ return; //FIXME remove when we actually have some tests for this datasource.
+
if (!_plugins.contains("PLANCK Plugin"))
QSKIP("...couldn't find plugin.", SkipAll);
}
More information about the Kst
mailing list