[Kst] branches/work/kst/portto4/kst/tests
George Staikos
staikos at kde.org
Sat Oct 6 21:28:04 CEST 2007
SVN commit 722164 by staikos:
This test is invalid on win32 - or at least we need a better approach
M +3 -0 testdatasource.cpp
--- branches/work/kst/portto4/kst/tests/testdatasource.cpp #722163:722164
@@ -273,7 +273,10 @@
rvp->writeLock();
rvp->reload();
rvp->unlock();
+#ifndef Q_WS_WIN32
+ // Win32 you can't erase a file that's open
QVERIFY(!rvp->isValid());
+#endif
}
}
More information about the Kst
mailing list