On Monday 26 September 2011 13:29:53 Thiago Macieira wrote: > On Monday, 26 de September de 2011 13:08:28 Stephen Kelly wrote: > > > Qt Test Needed for conformance testing but not required to be > > > included in the release. No compatibility promise > > > > What is this about? There is no binary or source compatibility promise > > for the QtTest module? Or do I misunderstand? > > No binary compatibility promise. Your tests should continue to compile, but > you need to recompile your tests if you upgrade Qt.
That is a bit annoying for binary compatibility tests.... (That is: running the old tests with the new Qt (and maintaining a list of known to fail test due to intentional behaviour changes)) Well, one solution would be to be able to use the old QtTestLib with the newer Qt, (if QTestLib would not use private Qt API) _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
