Re: [vdr] test-infrastructure

2010-08-06 Thread Rainer Blickle
Are the test sources included in the plugin? And if so, how do i execute the tests? Am 06.08.2010 02:00 schrieb Tobi listacco...@e-tobi.net: Rainer Blickle wrote: How do you (everyone subscribed to this list) test your developed code ? In the Vodcatcher plugin I used CxxTest:

Re: [vdr] test-infrastructure

2010-08-05 Thread Tobi
Rainer Blickle wrote: How do you (everyone subscribed to this list) test your developed code ? In the Vodcatcher plugin I used CxxTest: http://projects.vdr-developer.org/git/?p=vdr-plugin-vodcatcher.git;a=tree TomG uses CxxTest in the Sudoku plugin as well:

Re: [vdr] test-infrastructure

2010-08-02 Thread VDR User
On Mon, Aug 2, 2010 at 4:50 AM, Rainer Blickle rainer.blic...@googlemail.com wrote: i have a question regarding testing infrastructure in the vdr project: Is there any infrastructure for automated tests used by the developer. The only infrastructure i know of is the remote control. svdrp

Re: [vdr] test-infrastructure

2010-08-02 Thread Udo Richter
Am 02.08.2010 13:50, schrieb Rainer Blickle: How do you (everyone subscribed to this list) test your developed code ? Dogfood testing, mainly. After some manual testing, most stuff quickly moves on to the production system, and if it survives there for some days, its ready to release. After