Hi, On Fri, Aug 17, 2012 at 11:23 AM, Tim Sutton <[email protected]> wrote: > Hi > > On Fri, Aug 17, 2012 at 5:47 PM, Salvatore Larosa <[email protected]> wrote: >> Hi Tim, >> >> 2012/8/17 Tim Sutton <[email protected]> >>> >>> Title says it all really :-) How about adding one teeeny tiny python >>> test and make the world a better place :-) Pull requests with tests >>> will be gratefully accepted. If you are terminally lazy you can even >>> copy and paste code from Martin's QGIS python cookbook into your test >>> :-)
Well, I didn't really write any tests today. However, I did work on a couple of problems when running tests on Mac [0]. Now all the tests appear to be working as expected (regardless of whether they pass or fail), except the PyQGIS ones. This fixed a failure for any call to qgscoordinatereferencesystem.cpp that used the srs.db, which couldn't be found. I wonder why those didn't show as a failed test? I have one remaining test issue on Mac. I was able to override QGIS_DATA_SUBDIR for the CMake tests (see tests/CMakeLists.txt edit), but couldn't find a way to do it for the PyQGIS tests. How can QGIS_DATA_SUBDIR be overridden for PyQGIS tests? I tried putting the code that works for CMake tests in the following files, to no avail: tests/src/python/CMakeLists.txt cmake/UsePythonTest.cmake [0] https://github.com/qgis/Quantum-GIS/commit/07e3c16c634866eb8186cc156f74771cf057fe86 Regards, Larry >> I just sent a pull request by adding some simple test for >> MultiGeometries[1]! >> I hope to do something other more for test Friday! >> > > Thanks Salvatore, great work! Our tests graph is showing a nice > upwards trend[1]! > > [1] http://jenkins.linfiniti.com/job/QGIS/test/?width=800&height=600 > > Regards > > Tim > > >> Cheers, >> >> -SL >> >> [1] - https://github.com/qgis/Quantum-GIS/pull/203 >> >> >>> >>> Regards >>> >>> Tim >>> >>> -- >>> Tim Sutton - QGIS Project Steering Committee Member (Release Manager) >>> ============================================== >>> Please do not email me off-list with technical >>> support questions. Using the lists will gain >>> more exposure for your issues and the knowledge >>> surrounding your issue will be shared with all. >>> >>> Visit http://linfiniti.com to find out about: >>> * QGIS programming and support services >>> * Mapserver and PostGIS based hosting plans >>> * FOSS Consulting Services >>> Skype: timlinux >>> Irc: timlinux on #qgis at freenode.net >>> ============================================== >>> _______________________________________________ >>> Qgis-developer mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/qgis-developer >> >> >> >> >> -- >> Salvatore Larosa >> linkedIn: http://linkedin.com/in/larosasalvatore >> twitter: @lrssvt >> skype: s.larosa >> IRC: lrssvt on freenode >> > > > > -- > Tim Sutton - QGIS Project Steering Committee Member (Release Manager) > ============================================== > Please do not email me off-list with technical > support questions. Using the lists will gain > more exposure for your issues and the knowledge > surrounding your issue will be shared with all. > > Visit http://linfiniti.com to find out about: > * QGIS programming and support services > * Mapserver and PostGIS based hosting plans > * FOSS Consulting Services > Skype: timlinux > Irc: timlinux on #qgis at freenode.net > ============================================== > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
