On Feb 15, 2012, at 23:35 11, Chris Smowton wrote: > The trickiest bit at the moment is that the web services code is hard to > harness and test...
There is a fairly complete set of unit test utilities in 'tests/' for tracking down precisely these sorts of issues. You probably want to start with 'audio_convert_test', which exercises the core audio conversion and resampling routines (do 'audio_convert_test --help' to get a list of options). There are also 'audio_import_test' and 'audio_export_test' utilities which exercise the respective web services components. Finally, there is a set of html pages in 'web/tests/' that can be used to test the entire web API stack in top-down fashion. Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | Never worry about theory as long as the machinery does what it's | | supposed to do. | | -- Robert A. Heinlein | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
