CVS commit by staikos:
ascii source now deals with files like this as valid
M +1 -1 testrvector.cpp 1.6
--- kdeextragear-2/kst/tests/testrvector.cpp #1.5:1.6
@@ -197,5 +197,5 @@ void testAscii() {
KstDataSourcePtr dsp = KstDataSource::loadSource(tf.name());
- doTest(!dsp);
+ doTest(dsp);
QFile::remove(tf.name());
}